From 819b3480a98cc06064f45711ca869de00e132634 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 5 Apr 2024 18:07:48 -0700 Subject: [PATCH] nextcloud: Add warning that the app is experimental Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/nextcloud/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plinth/modules/nextcloud/__init__.py b/plinth/modules/nextcloud/__init__.py index e5e30255a..7a3870df3 100644 --- a/plinth/modules/nextcloud/__init__.py +++ b/plinth/modules/nextcloud/__init__.py @@ -32,6 +32,8 @@ _description = [ 'legal reviews are done by the upstream project and not by ' 'Debian/{box_name}. Updates are performed following an independent ' 'cycle.'), box_name=_(cfg.box_name)), + format_lazy('', + _('This app is experimental.')), ]