Skip to content

Commit

Permalink
Update helptext for grantable permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Sep 5, 2024
1 parent f90cc4b commit 090cca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ap/database_access/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 090cca8

Please sign in to comment.