X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7dbf8d83369cb73929080c4ba23fdd7dcd0184df..5e2c567b7f469f0c8814082f0731806c047884d9:/app/views/reports/new.html.erb diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb index e5ac6373f..d748bd747 100644 --- a/app/views/reports/new.html.erb +++ b/app/views/reports/new.html.erb @@ -3,11 +3,11 @@ <% end %>
- <%= t('issues.new.disclaimer.intro') %> + <%= t('.disclaimer.intro') %>
@@ -20,19 +20,19 @@ <% end %>
-

<%= t('issues.new.select') %>

+

<%= t('.select') %>

- <%= text_area :report, :details, :cols => 20, :rows => 5, placeholder: t('issues.new.details'), required: true %> + <%= text_area :report, :details, :cols => 20, :rows => 5, placeholder: t('.details'), :required => true %>