Merge pull request #1148 from alphagov/fix-html-entity-permissions

Remove HTML entity from permission choice
This commit is contained in:
Chris Hill-Scott
2017-02-23 16:44:41 +00:00
committed by GitHub

View File

@@ -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")