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:
Chris Hill-Scott
2018-07-09 10:58:35 +01:00
parent b1aac841f4
commit 08dc248abc

View File

@@ -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(