From 0f3f61715067cff0fef6266008966f0bf2865951 Mon Sep 17 00:00:00 2001 From: Nik Gupta Date: Mon, 3 Jun 2024 13:49:49 +0100 Subject: [PATCH] [NottsPolice] Add enter postcode text. --- perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm b/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm index f217c2c0887..c31f28ec236 100644 --- a/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm +++ b/perllib/FixMyStreet/Cobrand/NottinghamshirePolice.pm @@ -42,4 +42,6 @@ sub disambiguate_location { }; } +sub enter_postcode_text { 'Enter a Nottinghamshire postcode, street name or area' } + 1;