diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-22 04:59:06 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-22 04:59:06 +0200 |
commit | d27748a8cead8918d91f53eded6f30c158fbe5e3 (patch) | |
tree | 50638236104b4d6aeb7381f478c3e05624325353 /extensions/BMO/lib | |
parent | e3edbc52e592519697bfb0130a3ef13a7744a5d2 (diff) | |
download | bugzilla-d27748a8cead8918d91f53eded6f30c158fbe5e3.tar.gz bugzilla-d27748a8cead8918d91f53eded6f30c158fbe5e3.tar.xz |
Bug 913075 - Change the Bugzilla Product Name of BootToGecko to Firefox OS
r=glob
Diffstat (limited to 'extensions/BMO/lib')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index e070cd244..8d53f0c90 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -55,7 +55,7 @@ use constant GITHUB_PR_CONTENT_TYPE => 'text/x-github-pull-request'; our $cf_visible_in_products; tie(%$cf_visible_in_products, "Tie::IxHash", qw/^cf_blocking_kilimanjaro|cf_blocking_basecamp|cf_blocking_b2g/ => { - "Boot2Gecko" => [], + "Firefox OS" => [], "Core" => [], "Fennec" => [], "Firefox" => [], @@ -114,7 +114,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Add-on SDK" => [], "addons.mozilla.org" => [], "AUS" => [], - "Boot2Gecko" => [], + "Firefox OS" => [], "Core" => [], "Core Graveyard" => [], "Directory" => [], @@ -162,7 +162,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", qr/^cf_crash_signature$/ => { "Add-on SDK" => [], "addons.mozilla.org" => [], - "Boot2Gecko" => [], + "Firefox OS" => [], "Calendar" => [], "Camino" => [], "Composer" => [], |