nextcloud: Add warning that the app is experimental

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-04-05 18:07:48 -07:00 committed by James Valleroy
parent ca5b088730
commit 819b3480a9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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('<div class="alert alert-warning" role="alert">{}</div>',
_('This app is experimental.')),
]