diff options
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/GuidedBugEntry/web/js/products.js | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index 23d73d61f..c3991657f 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -29,8 +29,8 @@ icon="firefox.png" %] [% INCLUDE product_block - name="Fennec" - caption="Firefox for Mobile (Fennec)" + name="Fennec Native" + caption="Firefox for Mobile (Android)" icon="fennec.png" %] [% INCLUDE product_block diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index cdab695fc..c6fc25e75 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -61,7 +61,17 @@ var products = { }, "Fennec": { - related: [ "Core", "Toolkit" ], + related: [ "Fennec Native", "Core", "Toolkit" ], + detectPlatform: true, + support: + 'If you are new to Firefox or Bugzilla, please consider checking ' + + '<a href="http://support.mozilla.com/">' + + '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' + + ' <b>Firefox Help</b></a> instead of creating a bug.' + }, + + "Fennec Native": { + related: [ "Fennec", "Core", "Toolkit" ], detectPlatform: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + |