diff --git a/kitsune/questions/config.py b/kitsune/questions/config.py index b7113d26af3..e6c892178ee 100644 --- a/kitsune/questions/config.py +++ b/kitsune/questions/config.py @@ -312,17 +312,17 @@ ('other', { 'name': _lazy(u'Other Mozilla products'), 'subtitle': '', - 'html': 'This site is only provides support for some of our products. ' - 'For other support, please find your product below.' - '', + 'html': _lazy(u'This site is only provides support for some of our products. ' + u'For other support, please find your product below.' + u''), 'categories': SortedDict([]), 'deadend': True, }),