mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-26 18:32:15 -04:00
Relabel ‘modify service’ to ‘manage service’
We are not consistent about this. We use ‘manage service’ on: - the page listing all the users - the request to go live checklist We use modify service on: - the page where you edit a team member’s permissions - the page where you invite a new team member This commit changes the latter to be consistent with the former.
This commit is contained in:
@@ -262,7 +262,7 @@ class AbstractPermissionsForm(StripWhitespaceForm):
|
||||
view_activity = HiddenField("View activity")
|
||||
send_messages = BooleanField("Send messages from existing templates")
|
||||
manage_templates = BooleanField("Add and edit templates")
|
||||
manage_service = BooleanField("Modify this service and its team")
|
||||
manage_service = BooleanField("Manage this service and its team")
|
||||
manage_api_keys = BooleanField("Create and revoke API keys")
|
||||
|
||||
login_authentication = RadioField(
|
||||
|
||||
Reference in New Issue
Block a user