diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/EastSussex.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/EastSussex.pm b/perllib/FixMyStreet/Cobrand/EastSussex.pm index d15cfaa2e..581fcabc8 100644 --- a/perllib/FixMyStreet/Cobrand/EastSussex.pm +++ b/perllib/FixMyStreet/Cobrand/EastSussex.pm @@ -31,7 +31,7 @@ sub disambiguate_location { } sub example_places { - return ( 'BN7 2LZ', 'North Street, Brighton' ); + return ( 'BN7 2LZ', 'White Hill, Lewes' ); } 1; |