From e5101184532b82111a1825b32a90d391277c2000 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Thu, 2 Jan 2025 00:06:57 +0100 Subject: [PATCH] nextcloud: remove experimental warning The last confirmed issue we had was fixed in Nov 2024, no new issues have been repoerted since. Signed-off-by: Benedek Nagy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/nextcloud/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/nextcloud/__init__.py b/plinth/modules/nextcloud/__init__.py index 8c4517eb2..4160b3158 100644 --- a/plinth/modules/nextcloud/__init__.py +++ b/plinth/modules/nextcloud/__init__.py @@ -45,7 +45,6 @@ _description = [ 'and 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(_alert, _('Caution:'), _('This app is experimental.')), ]