mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 21:38:24 -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)
|
super(CreateKeyForm, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
key_type = RadioField(
|
key_type = RadioField(
|
||||||
'What should Notify do when you use this key?',
|
'Type of key',
|
||||||
validators=[
|
validators=[
|
||||||
DataRequired()
|
DataRequired()
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user