mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Rename manage templates permission
‘Add and edit’ is the language we use next to the checkbox. Also helps disambiguate it from the ‘manage service’ permission.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
) }}
|
||||
{{ tick_cross(
|
||||
user.has_permissions(permissions=['manage_templates']),
|
||||
'Manage templates'
|
||||
'Add and edit templates'
|
||||
) }}
|
||||
{{ tick_cross(
|
||||
user.has_permissions(permissions=['manage_users', 'manage_settings']),
|
||||
@@ -94,7 +94,7 @@
|
||||
) }}
|
||||
{{ tick_cross(
|
||||
user.has_permissions(permissions=['manage_templates']),
|
||||
'Edit templates'
|
||||
'Add and edit templates'
|
||||
) }}
|
||||
{{ tick_cross(
|
||||
user.has_permissions(permissions=['manage_users', 'manage_settings']),
|
||||
|
||||
Reference in New Issue
Block a user