mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Make label for key type grammatically correct
Wasn’t changed when we changed the options. Matches the ‘Name for this key’ label on the field above.
This commit is contained in:
@@ -388,7 +388,7 @@ class CreateKeyForm(Form):
|
||||
super(CreateKeyForm, self).__init__(*args, **kwargs)
|
||||
|
||||
key_type = RadioField(
|
||||
'What should Notify do when you use this key?',
|
||||
'Type of key',
|
||||
validators=[
|
||||
DataRequired()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user