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:
Chris Hill-Scott
2017-04-26 13:21:27 +01:00
committed by GitHub
parent c996d5f4aa
commit c373e3771a

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