From a34e675b4ac3ebce28c2a0450fe75f8df38c540c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 4 Jun 2015 18:12:13 +0100 Subject: Bug 1171471: Product Mozilla Services should be Cloud Services --- extensions/BMO/lib/Data.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/BMO/lib/Data.pm') 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', -- cgit v1.2.3-24-g4f1b