aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-08-20 11:20:01 +0100
committerDave Arter <davea@mysociety.org>2018-08-20 11:20:01 +0100
commit75c5aa4857540eb8cf2e7bdeee45fe9ca610f242 (patch)
treefcbf4099c0228cffdb6b9a335106f7dcab71b6a9 /perllib
parentb4ac7b676de16eb6acee9ac21a42cd11f759c7b7 (diff)
[Lincolnshire] Update front page wording
Lincolnshire uses ‘division’ instead of ‘ward’ as well as Oxfordshire.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Lincolnshire.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
index c2c66136b..431314333 100644
--- a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
@@ -21,6 +21,12 @@ sub report_sent_confirmation_email { 1 }
sub admin_user_domain { 'lincolnshire.gov.uk' }
+sub enter_postcode_text {
+ my ($self) = @_;
+ return 'Enter a Lincolnshire postcode, street name and area, or check an existing report number';
+}
+
+
sub base_url {
my $self = shift;
return $self->next::method() if FixMyStreet->config('STAGING_SITE');