From 08dc248abce8c12a40c2f2c7ede21cfb909fe81d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 9 Jul 2018 10:58:35 +0100 Subject: [PATCH] =?UTF-8?q?Relabel=20=E2=80=98modify=20service=E2=80=99=20?= =?UTF-8?q?to=20=E2=80=98manage=20service=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- app/main/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/forms.py b/app/main/forms.py index 12f9625e9..c6a07bebd 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -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(