X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7441f15b4fd59735ae00a16b47cfcf7eb99260a6..9af32c9ad4c92e1132fc391965bc84defa5e9577:/app/views/reports/new.html.erb
diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb
index d748bd747..fb338b497 100644
--- a/app/views/reports/new.html.erb
+++ b/app/views/reports/new.html.erb
@@ -25,14 +25,14 @@
<% Report.categories_for(@report.issue.reportable).each do |c| %>
<%= radio_button :report, :category, c, :required => true %>
- <%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}") %>
+ <%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}_label") %>
<% end %>
- <%= text_area :report, :details, :cols => 20, :rows => 5, placeholder: t('.details'), :required => true %>
+ <%= text_area :report, :details, :cols => 20, :rows => 5, placeholder: t('.details') %>