mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 10:33:50 +02:00
View members => Viewer
This commit is contained in:
parent
28b158d424
commit
c3a106ce7b
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue