From 8cae5af62282d67ff6bd11b3917dbd15b0c7aaa5 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 27 Mar 2020 15:42:26 -0700 Subject: [PATCH] syncthing: Update description to mention 'syncthing' group Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/syncthing/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/syncthing/__init__.py b/plinth/modules/syncthing/__init__.py index f1a8a01ec..3def2d005 100644 --- a/plinth/modules/syncthing/__init__.py +++ b/plinth/modules/syncthing/__init__.py @@ -34,7 +34,8 @@ _description = [ 'instance of Syncthing that may be used by multiple users. Each ' 'user\'s set of devices may be synchronized with a distinct set of ' 'folders. The web interface on {box_name} is only available for ' - 'users belonging to the "admin" group.'), box_name=_(cfg.box_name)), + 'users belonging to the "admin" or "syncthing" group.'), + box_name=_(cfg.box_name)), ] app = None