diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index a30a106e4..f05a2059a 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -39,7 +39,7 @@ sub council_check { return 1; } - return ( 0, "Not in covered area" ); + return ( 0, "That location is not covered by See Something, Say Something" ); } sub disambiguate_location { |