diff --git a/app/main/forms.py b/app/main/forms.py index e3a8a97a4..7e2e427a5 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -153,7 +153,7 @@ class RegisterUserFromInviteForm(Form): class PermissionsForm(Form): send_messages = BooleanField("Send messages from existing templates") - manage_service = BooleanField("Modify this service, its team, and its templates") + manage_service = BooleanField("Modify this service, its team, and its templates") manage_api_keys = BooleanField("Create and revoke API keys")