Skip to content

Commit

Permalink
Rename admin role to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Oct 2, 2023
1 parent ad887eb commit 201431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/models/user_domain_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Roles(models.TextChoices):
elsewhere.
"""

ADMIN = "admin"
ADMIN = "manager"

user = models.ForeignKey(
"registrar.User",
Expand Down

0 comments on commit 201431c

Please sign in to comment.