diff --git a/ap/database_access/forms.py b/ap/database_access/forms.py index 5181e82..725ceb8 100644 --- a/ap/database_access/forms.py +++ b/ap/database_access/forms.py @@ -82,7 +82,7 @@ class ManageAccessForm(forms.ModelForm): queryset=None, widget=forms.CheckboxSelectMultiple, template_name="forms/fields/checkbox.html", - help_text="Select all that apply", + help_text="Grantable permissions allow the user to grant the selected permissions to other users.", # noqa required=False, )