Skip to content

Commit

Permalink
Merge pull request mozilla#2834 from MikkCZ/aaq-other-products
Browse files Browse the repository at this point in the history
Make other products AAQ page localizable
  • Loading branch information
rehandalal committed Apr 4, 2016
2 parents 3ff0309 + 714a50e commit 6fc067b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions kitsune/questions/config.py
Expand Up @@ -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.'
'<ul class="product-support">'
'<li><a href="http://www.seamonkey-project.org/doc/">'
'SeaMonkey support</a></li>'
'<li><a href="http://caminobrowser.org/help/">'
'Camino support</a></li>'
'<li><a '
'href="http://www.mozilla.org/projects/calendar/faq.html">'
'Lightning and Sunbird support</a></li>'
'</ul>',
'html': _lazy(u'This site is only provides support for some of our products. '
u'For other support, please find your product below.'
u'<ul class="product-support">'
u'<li><a href="http://www.seamonkey-project.org/doc/">'
u'SeaMonkey support</a></li>'
u'<li><a href="http://caminobrowser.org/help/">'
u'Camino support</a></li>'
u'<li><a '
u'href="http://www.mozilla.org/projects/calendar/faq.html">'
u'Lightning and Sunbird support</a></li>'
u'</ul>'),
'categories': SortedDict([]),
'deadend': True,
}),
Expand Down

0 comments on commit 6fc067b

Please sign in to comment.