mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 13:20:54 -05:00
Remove HTML entity from permission choice
Not sure why we had a non-breaking space in here because it didn’t wrap onto two lines anyway. And it wasn’t working because it was showing up encoded, rather than as a raw entity.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user