Merge pull request #2147 from alphagov/manage-not-modify

Relabel ‘modify service’ to ‘manage service’
This commit is contained in:
Chris Hill-Scott
2018-07-10 11:42:20 +01:00
committed by GitHub

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(