View members => Viewer

This commit is contained in:
David Kennedy 2025-02-28 12:12:57 -05:00
parent 28b158d424
commit c3a106ce7b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ class UserPortfolioPermissionChoices(models.TextChoices):
VIEW_ALL_DOMAINS = "view_all_domains", "Viewer"
VIEW_MANAGED_DOMAINS = "view_managed_domains", "Viewer, limited (domains they manage)"
VIEW_MEMBERS = "view_members", "View members"
VIEW_MEMBERS = "view_members", "Viewer"
EDIT_MEMBERS = "edit_members", "Manager"
VIEW_ALL_REQUESTS = "view_all_requests", "Viewer"