diff options
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 3355a07f3..ad8f9bcae 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -546,7 +546,7 @@ sub meta_line { } - $meta .= '; <strong>' . _('the map was not used so pin location may be inaccurate') . '</strong>' + $meta .= '; <strong>' . _('there is no pin shown as the user did not use the map') . '</strong>' unless $problem->used_map; return $meta; |