mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 09:24:15 -04:00
Merge pull request #1249 from alphagov/quis-patch-1
Make label for key type grammatically correct
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