diff --git a/app/main/forms.py b/app/main/forms.py index 3aeaab095..43a30be3c 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(