aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r--perllib/Utils.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm
index 5e08fbd39..cfe70628a 100644
--- a/perllib/Utils.pm
+++ b/perllib/Utils.pm
@@ -144,21 +144,21 @@ sub barnet_categories {
# The values here are KBIDs from Barnet's system: see bin/send-reports for formatting
# category KBID
return {
- 'Abandoned Vehicles' => 468,
+ 'Abandoned Vehicle' => 468,
'Accumulated Litter' => 349,
- 'Dog Bins' => 203,
+ 'Dog Bin' => 203,
'Dog Fouling' => 288,
- 'Drains & Gullies' => 256,
+ 'Drain or Gully' => 256,
'Fly Posting' => 465,
'Fly Tipping' => 449,
'Graffiti' => 292,
'Gritting' => 200,
'Highways' => 186,
- 'Litter Bins Overflowing' => 205,
- 'Manhole Covers' => 417,
- 'Pavements Damaged/Cracked' => 195,
- 'Potholes' => 204,
- 'Road Signs' => 080,
+ 'Litter Bin Overflowing' => 205,
+ 'Manhole Cover' => 417,
+ 'Pavement Damaged/Cracked' => 195,
+ 'Pothole' => 204,
+ 'Road Sign' => 80,
'Roadworks' => 246,
'Street Lighting' => 251,
};