diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/LichfieldDC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/LichfieldDC.pm b/perllib/FixMyStreet/Cobrand/LichfieldDC.pm index 3b995062e..12882faee 100644 --- a/perllib/FixMyStreet/Cobrand/LichfieldDC.pm +++ b/perllib/FixMyStreet/Cobrand/LichfieldDC.pm @@ -37,7 +37,7 @@ sub site_title { sub enter_postcode_text { my ($self) = @_; - return 'Enter a Lichfield postcode, or street name and area'; + return 'Enter a Lichfield district postcode, or street name and area'; } sub council_check { |