diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-04 19:12:13 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-04 19:12:13 +0200 |
commit | a34e675b4ac3ebce28c2a0450fe75f8df38c540c (patch) | |
tree | 25d97e7249a2ddcf6e3bf7f1e203aa4f7b545b00 | |
parent | ee871d60807c143cd93fbd83b8fd1afa8ed4eb0e (diff) | |
download | bugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.gz bugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.xz |
Bug 1171471: Product Mozilla Services should be Cloud Services
-rw-r--r-- | extensions/BMO/lib/Data.pm | 6 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/ContributorEngagement/lib/Constants.pm | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 67ccf6a2d..95abd4e3b 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -85,7 +85,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Mozilla Labs" => [], "Mozilla Localizations" => [], "mozilla.org" => [], - "Mozilla Services" => [], + "Cloud Services" => [], "NSPR" => [], "NSS" => [], "Other Applications" => [], @@ -130,7 +130,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Firefox for iOS" => [], "Firefox" => [], "Loop" => [], - "Mozilla Services" => [], + "Cloud Services" => [], "Toolkit" => [], }, ); @@ -213,7 +213,7 @@ our %product_sec_groups = ( "Mozilla PR" => 'pr-private', "Mozilla QA" => 'mozilla-employee-confidential', "Mozilla Reps" => 'mozilla-reps', - "Mozilla Services" => 'mozilla-services-security', + "Cloud Services" => 'cloud-services-security', "Popcorn" => 'websites-security', "Privacy" => 'privacy', "quality.mozilla.org" => 'websites-security', 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 32883beef..100869276 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -118,7 +118,7 @@ icon="localization.png" %] [% INCLUDE easyproduct - name="Mozilla Services" + name="Cloud Services" icon="sync.png" %] <tr> diff --git a/extensions/ContributorEngagement/lib/Constants.pm b/extensions/ContributorEngagement/lib/Constants.pm index 346e00c35..0e08c02b8 100644 --- a/extensions/ContributorEngagement/lib/Constants.pm +++ b/extensions/ContributorEngagement/lib/Constants.pm @@ -19,11 +19,11 @@ our @EXPORT = qw( use constant EMAIL_FROM => 'bugzilla-daemon@mozilla.org'; use constant ENABLED_PRODUCTS => ( + "Cloud Services", "Core", - "Firefox", "Firefox for Android", "Firefox for Metro", - "Mozilla Services", + "Firefox", "Testing", "Toolkit", ); |