X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7441f15b4fd59735ae00a16b47cfcf7eb99260a6..05117aa92835a65118754da4c0aa6f36096634ae:/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') %>