diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/TfL.pm | 1 | ||||
-rw-r--r-- | web/cobrands/tfl/assets.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/TfL.pm b/perllib/FixMyStreet/Cobrand/TfL.pm index 9dce32d2d..4031fb0b1 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -434,6 +434,7 @@ sub _tlrn_categories { [ "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", "Pothole", + "Pothole (minor)", "Roadworks", "Scaffolding blocking carriageway or footway", "Single Light out (street light)", diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index ca712934b..15a0f4933 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -67,6 +67,7 @@ var tlrn_categories = [ "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", "Pothole", + "Pothole (minor)", "Roadworks", "Scaffolding blocking carriageway or footway", "Single Light out (street light)", |