diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-28 15:47:14 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-28 15:47:14 +0100 |
commit | 8b2659d593a20db23c0b5f05e9ec8221618d030f (patch) | |
tree | baa0299a979a909efaa96e48ebc3f69f4437e53e | |
parent | bc2e0520aee72f8bcf5da8fb164d1d7880838772 (diff) |
Lichfield postcode -> Lichfield district postcode
-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 { |