aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/southampton/report/new/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/southampton/report/new/category.html b/templates/web/southampton/report/new/category.html
index 871deab00..7c7748c78 100644
--- a/templates/web/southampton/report/new/category.html
+++ b/templates/web/southampton/report/new/category.html
@@ -3,7 +3,7 @@
<label for='form_category'>[% category_label | html %]</label>
<select name='category' id='form_category'>
[% FOREACH cat_op IN category_options %]
- [% NEXT IF cat_op == 'Abandoned vehicle' %]
+ [% NEXT IF cat_op == 'Abandoned vehicles' %]
<option value='[% cat_op | html %]'[% ' selected' IF report.category == cat_op %]>[% cat_op | html %]</option>
[% END %]
</select>