Merge pull request #1249 from alphagov/quis-patch-1

Make label for key type grammatically correct
This commit is contained in:
Chris Hill-Scott
2017-04-27 09:52:17 +01:00
committed by GitHub

View File

@@ -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()
]