From 3925937354bcddc1ec10b458a38d5d3dc0199157 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 2 Jul 2012 10:16:39 -0400 Subject: Bug 769731 - Please rename the "Fennec Native" product to "Firefox for Android" r=glob --- .../GuidedBugEntry/template/en/default/guided/products.html.tmpl | 5 ++--- extensions/GuidedBugEntry/web/js/products.js | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index f8a68e7c9..22c93a354 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -11,9 +11,8 @@ icon="firefox.png" %] [% INCLUDE product_block - name="Fennec Native" - caption="Firefox for Mobile (Android)" - icon="fennec.png" + name="Firefox for Android" + icon="firefox.png" %] [% INCLUDE product_block name="Thunderbird" diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index de6dfa330..9f9b62a14 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -48,7 +48,7 @@ var products = { }, "Fennec": { - related: [ "Fennec Native", "Core", "Toolkit" ], + related: [ "Firefox for Android", "Core", "Toolkit" ], detectPlatform: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + @@ -57,7 +57,7 @@ var products = { ' Firefox Help instead of creating a bug.' }, - "Fennec Native": { + "Firefox for Android": { related: [ "Fennec", "Core", "Toolkit" ], detectPlatform: true, support: -- cgit v1.2.3-24-g4f1b