diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-04 15:42:33 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-04 15:42:33 +0000 |
commit | 8692e451268eaba507f64d3de99fdd40c7b63f80 (patch) | |
tree | f5c09b1adbb5f0212438bf6e4d8179ffdb914f5f /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | bc04a16b91516bee5164921d223605911fb67e44 (diff) | |
parent | 177ad0fe42f7474296287b448b485aa452e583f3 (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.pm | 2 |
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) ] # ); } } |