summaryrefslogtreecommitdiffstats
path: root/ogcp/forms
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/forms')
-rw-r--r--ogcp/forms/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/forms/auth.py b/ogcp/forms/auth.py
index ba7a545..72afe23 100644
--- a/ogcp/forms/auth.py
+++ b/ogcp/forms/auth.py
@@ -46,7 +46,7 @@ class UserForm(FlaskForm):
)
scopes = SelectMultipleField(
label=_l('Allowed scopes'),
- description=_l('Leave this empty to give full permissions'),
+ description=_l('No scope selection gives full access'),
option_widget=widgets.CheckboxInput(),
widget=widgets.ListWidget(prefix_label=False)
)