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 /extensions/BMO/lib | |
parent | ee871d60807c143cd93fbd83b8fd1afa8ed4eb0e (diff) | |
download | bugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.gz bugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.xz |
Bug 1171471: Product Mozilla Services should be Cloud Services
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 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', |