diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-14 14:53:07 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:10 +0100 |
commit | 21bf819455562ab75874b230af82affd0138400c (patch) | |
tree | 6056fa938a39ed2ec06b163bf2fd2d589e53a2ee /perllib | |
parent | 09aa80425c5618e5a1a2974e46568265260dcabf (diff) |
change text of location search instructions
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/ZeroTB.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/ZeroTB.pm b/perllib/FixMyStreet/Cobrand/ZeroTB.pm index bd25b6076..589a9e922 100644 --- a/perllib/FixMyStreet/Cobrand/ZeroTB.pm +++ b/perllib/FixMyStreet/Cobrand/ZeroTB.pm @@ -6,6 +6,8 @@ use warnings; sub site_title { return 'ZeroTB'; } +sub enter_postcode_text { return _ ('Enter a nearby street name and area, postal code or district in Delhi'); } + sub country { return 'IN'; } |