Skip to content

Commit

Permalink
changing Fennec to Firefox for Android fixes bug 770245
Browse files Browse the repository at this point in the history
  • Loading branch information
ossreleasefeed authored and rhelmer committed Jul 3, 2012
1 parent df28bcd commit 3751623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-php/application/controllers/report.php
Expand Up @@ -278,7 +278,7 @@ private function _prepReportBugURL($report, $include_product=true)
if($include_product) {
if (isset($report->product) && !empty($report->product)) {
if($report->product == 'FennecAndroid') {
$rp = 'Fennec Native';
$rp = 'Firefox for Android';
} else {
$rp = $report->product;
}
Expand Down

0 comments on commit 3751623

Please sign in to comment.