We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20575b9 commit cacf061Copy full SHA for cacf061
webcompat/form.py
@@ -28,7 +28,7 @@
28
(u'video_bug', u'Video doesn\'t play'),
29
(u'layout_bug', u'Layout is messed up'),
30
(u'text_bug', u'Text is not visible'),
31
- (u'unknown_bug', u'Somethign else - I\'ll add details below')
+ (u'unknown_bug', u'Something else - I\'ll add details below')
32
]
33
34
url_message = u'A URL is required.'
0 commit comments