aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm
index 92c5c160a..e42e7110a 100644
--- a/perllib/FixMyStreet/DB/Result/Problem.pm
+++ b/perllib/FixMyStreet/DB/Result/Problem.pm
@@ -611,7 +611,7 @@ sub meta_line {
if ($c->user_exists and
$c->user->has_permission_to('view_body_contribute_details', $problem->bodies_str_ids) and
$problem->name ne $problem->user->name) {
- $problem_name = sprintf( _('%s (%s)'), $problem->name, $problem->user->name );
+ $problem_name = sprintf('%s (%s)', $problem->name, $problem->user->name );
}
if ( $problem->service and $category && $category ne _('Other') ) {