diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-02 16:16:39 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-02 16:16:39 +0200 |
commit | 3925937354bcddc1ec10b458a38d5d3dc0199157 (patch) | |
tree | f417a129bf6a5644fbf852ac084dfbd9b5e5633b /extensions/ContributorEngagement | |
parent | be3d775cdec8af249a40b1b63a87305fe6cbf7fc (diff) | |
download | bugzilla-3925937354bcddc1ec10b458a38d5d3dc0199157.tar.gz bugzilla-3925937354bcddc1ec10b458a38d5d3dc0199157.tar.xz |
Bug 769731 - Please rename the "Fennec Native" product to "Firefox for Android"
r=glob
Diffstat (limited to 'extensions/ContributorEngagement')
-rw-r--r-- | extensions/ContributorEngagement/lib/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ContributorEngagement/lib/Constants.pm b/extensions/ContributorEngagement/lib/Constants.pm index fe7ae803b..851c0dbc2 100644 --- a/extensions/ContributorEngagement/lib/Constants.pm +++ b/extensions/ContributorEngagement/lib/Constants.pm @@ -21,7 +21,7 @@ use constant EMAIL_FROM => 'bugzilla-daemon@mozilla.org'; use constant ENABLED_PRODUCTS => ( "Core", - "Fennec Native", + "Firefox for Android", "Firefox", "Testing", "Toolkit", |