mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
sharing: Improve shares group access description
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
9d7793e53d
commit
d4139098a3
@ -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.'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user