diff --git a/plinth/modules/users/forms.py b/plinth/modules/users/forms.py
index 55515febc..91c469fff 100644
--- a/plinth/modules/users/forms.py
+++ b/plinth/modules/users/forms.py
@@ -82,6 +82,7 @@ class CreateUserForm(ValidNewUsernameCheckMixin,
choices=UsersAndGroups.get_group_choices,
label=ugettext_lazy('Permissions'), required=False,
widget=forms.CheckboxSelectMultiple, help_text=ugettext_lazy(
+ 'Select which services should be available to the new '
'user. The user will be able to log in to services that '
'support single sign-on through LDAP, if they are in the '
'appropriate group.
Users in the admin group '