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

@@ -547,7 +547,7 @@ class UserAccess(BaseAccess):
return False
def can_attach(self, obj, sub_obj, relationship, *args, **kwargs):
if not settings.MANAGE_ORGANIZTAION_AUTH:
if not settings.MANAGE_ORGANIZATION_AUTH:
return False
# Reverse obj and sub_obj, defer to RoleAccess if this is a role assignment.