diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-06 13:39:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-08 11:36:58 +0000 |
commit | 8e844f0e70ca12f01e65daab8c3547120edd51a4 (patch) | |
tree | 3192ee222831226f112dd3ba50d1890747492658 /perllib/FixMyStreet | |
parent | 751d2f231353354e7607d9c5e0db2d8945419fbf (diff) |
[Cheshire East] Allow reporting only on road.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/CheshireEast.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/CheshireEast.pm b/perllib/FixMyStreet/Cobrand/CheshireEast.pm index de64f0863..3ac81ab95 100644 --- a/perllib/FixMyStreet/Cobrand/CheshireEast.pm +++ b/perllib/FixMyStreet/Cobrand/CheshireEast.pm @@ -32,7 +32,7 @@ sub disambiguate_location { } sub enter_postcode_text { - 'Enter a postcode or street name and area in Cheshire East'; + 'Enter a postcode, or a road and place name'; } sub admin_user_domain { 'cheshireeast.gov.uk' } |