diff --git a/app/main/forms.py b/app/main/forms.py index 60ee4df05..4bc100129 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -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() ]