summaryrefslogtreecommitdiffstats
path: root/extensions/ContributorEngagement
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-04 19:12:13 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-04 19:12:13 +0200
commita34e675b4ac3ebce28c2a0450fe75f8df38c540c (patch)
tree25d97e7249a2ddcf6e3bf7f1e203aa4f7b545b00 /extensions/ContributorEngagement
parentee871d60807c143cd93fbd83b8fd1afa8ed4eb0e (diff)
downloadbugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.gz
bugzilla-a34e675b4ac3ebce28c2a0450fe75f8df38c540c.tar.xz
Bug 1171471: Product Mozilla Services should be Cloud Services
Diffstat (limited to 'extensions/ContributorEngagement')
-rw-r--r--extensions/ContributorEngagement/lib/Constants.pm4
1 files changed, 2 insertions, 2 deletions
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",
);