diff options
author | Byron Jones <glob@mozilla.com> | 2014-08-19 08:56:08 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-08-19 08:56:08 +0200 |
commit | 2bc51e2b17245527ffb9bb63dbbeabf977086ade (patch) | |
tree | 6acb0afe18e195cd2fb161adfd761cf68ffeb009 /extensions/BMO/template | |
parent | 1ef4fba8ad5b7f9df46eabeab20955ce5917f83a (diff) | |
download | bugzilla-2bc51e2b17245527ffb9bb63dbbeabf977086ade.tar.gz bugzilla-2bc51e2b17245527ffb9bb63dbbeabf977086ade.tar.xz |
Bug 1050230: Use better icons for the guided bug entry product selection to differentiate Fx, Fx for Android and FxOS
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index 46b85d852..448226fbf 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -86,11 +86,11 @@ %] [% INCLUDE easyproduct name="Firefox OS" - icon="firefox.png" + icon="firefox_os.png" %] [% INCLUDE easyproduct name="Firefox for Android" - icon="firefox.png" + icon="firefox_android.png" %] [% INCLUDE easyproduct name="Marketplace" |