diff options
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index 67ad392a1..0b3177afc 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -15,8 +15,12 @@ For [% terms.bugs %] in Firefox, the Mozilla Foundation's web browser. (<a href="https://www.mozilla.org/en-US/firefox/desktop/">more info</a>) [% END %] [% INCLUDE product_block - name="Firefox OS" - icon="firefox_os.png" + name="Firefox for Android" + icon="firefox_android.png" +%] +[% INCLUDE product_block + name="Firefox for iOS" + icon="firefox_ios.png" %] [% INCLUDE product_block name="Webmaker" @@ -26,9 +30,3 @@ For [% terms.bugs %] in Firefox, the Mozilla Foundation's web browser. name="Thunderbird" icon="thunderbird.png" %] -[% WRAPPER product_block - name="Marketplace" - icon="marketplace.png" -%] -Mozilla's website to bring personalized discovery, worldwide distribution, and easy payments to the largest platform for app development: the Web. (<a href="https://wiki.mozilla.org/Marketplace">more info</a>) -[% END %] |