Skip to content

Commit

Permalink
add disclaimer for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Oct 4, 2012
1 parent f7d0e19 commit 7c71801
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mkt/site/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@ def market_tile(context, product, link=True, src=''):
notices.append(_('To use this app, '
'<b data-href="{url}">download and install '
'Firefox for Android</b>.').format(url=url))
# TODO: Enable when we allow installs on desktop again.
#else:
# url = 'https://www.mozilla.org/en-US/firefox/'
# notices.append(_('To use this app, <a href="{url}" '
# 'target="_blank">download and install '
# 'Firefox</a>.').format(url=url))
# TODO: Comment out when we disable installs on desktop again!
else:
url = 'https://www.mozilla.org/en-US/firefox/'
notices.append(_('To use this app, <b data-href="{url}">'
'download and install '
'Firefox</b>.').format(url=url))
elif need_upgrade:
notices.append(_('To use this app, upgrade Firefox.'))

Expand Down

0 comments on commit 7c71801

Please sign in to comment.