mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Make the permission labels shorter
They were feeling a bit heavy on the _Team members_ page. We can remove some words without losing any meaning.
This commit is contained in:
@@ -21,10 +21,10 @@ roles_by_permission = {
|
||||
all_permissions = set(roles_by_permission.values())
|
||||
|
||||
permissions = (
|
||||
('view_activity', 'See dashboard and reports'),
|
||||
('send_messages', 'Send messages using templates'),
|
||||
('view_activity', 'See dashboard'),
|
||||
('send_messages', 'Send messages'),
|
||||
('manage_templates', 'Add and edit templates'),
|
||||
('manage_service', 'Manage settings, team members and usage'),
|
||||
('manage_service', 'Manage settings, team and usage'),
|
||||
('manage_api_keys', 'Manage API integration'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user