diff options
-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'; } |