diff options
author | Dave Arter <davea@mysociety.org> | 2018-02-22 15:32:07 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:33 +0100 |
commit | fe997d9e10d29eada283f70ca7728bc9f21a2399 (patch) | |
tree | 3318279008706778ae2f792676d8b92933c02718 /perllib/FixMyStreet/Cobrand/BathNES.pm | |
parent | fb919bfa64b3e94c8ecea4702a793dcf1b579732 (diff) |
[BANES] Update wording of front page and report form
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/BathNES.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm index d799ad9c0..37c104ef7 100644 --- a/perllib/FixMyStreet/Cobrand/BathNES.pm +++ b/perllib/FixMyStreet/Cobrand/BathNES.pm @@ -149,4 +149,10 @@ sub lookup_usrn { } +sub enter_postcode_text { + my ($self) = @_; + return 'Enter a location in ' . $self->council_area; +} + + 1; |