Reword help text for manage org auth

This commit is contained in:
Wayne Witzel III
2018-03-19 15:20:48 -04:00
parent d5564e8d81
commit d7f26f417d
2 changed files with 3 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ register(
register(
'MANAGE_ORGANIZATION_AUTH',
field_class=fields.BooleanField,
label=_('Organizations Can Manage Users and Teams'),
help_text=_('Controls whether Orgainzations have the privileges to create and manage users and teams. '
label=_('Organization Admins Can Manage Users and Teams'),
help_text=_('Controls whether any Organization Admin has the privileges to create and manage users and teams. '
'You may want to disable this ability if you are using an LDAP or SAML integration.'),
category=_('System'),
category_slug='system',