From d4139098a37db6492a7f4811326a439410921346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Couderc?= Date: Sat, 6 Feb 2021 19:57:35 +0000 Subject: [PATCH] sharing: Improve shares group access description Reviewed-by: Sunil Mohan Adapa --- plinth/modules/sharing/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/sharing/forms.py b/plinth/modules/sharing/forms.py index 29b067e8c..78f3ec1fd 100644 --- a/plinth/modules/sharing/forms.py +++ b/plinth/modules/sharing/forms.py @@ -31,7 +31,7 @@ class AddShareForm(forms.Form): groups = forms.MultipleChoiceField( choices=UsersAndGroups.get_group_choices, widget=forms.CheckboxSelectMultiple, required=False, - label=_('User groups that can read the files in the share'), + label=_('User groups that can read the files in the share:'), help_text=_( 'Users of the selected user groups will be able to read the ' 'files in the share.'))