aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-01-04 15:42:33 +0000
committerStruan Donald <struan@exo.org.uk>2013-01-04 15:42:33 +0000
commit8692e451268eaba507f64d3de99fdd40c7b63f80 (patch)
treef5c09b1adbb5f0212438bf6e4d8179ffdb914f5f /perllib/FixMyStreet/App/Controller/Report.pm
parentbc04a16b91516bee5164921d223605911fb67e44 (diff)
parent177ad0fe42f7474296287b448b485aa452e583f3 (diff)
Merge branch 'centro'
Conflicts: perllib/FixMyStreet/Cobrand/Default.pm
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index a7e1e8a3a..ef966a8a8 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -95,7 +95,7 @@ sub load_problem_or_display_error : Private {
if ( !$c->user || $c->user->id != $problem->user->id ) {
$c->detach(
'/page_error_403_access_denied',
- [ _('That report cannot be viewed on FixMyStreet.') ] #
+ [ sprintf(_('That report cannot be viewed on %s.'), $c->cobrand->site_title) ] #
);
}
}