sharing: Improve shares group access description

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Aurélien Couderc 2021-02-06 19:57:35 +00:00 committed by Sunil Mohan Adapa
parent 9d7793e53d
commit d4139098a3
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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.'))