X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5effa0a6d62f531f20a5fa2fb16ffc1758d6e62c..2aca6920dc3488a381b275d21a31344da02029e6:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index e42371465..4b5ae4a8f 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -17,7 +17,7 @@
<%= form_for @new_comment, url: issue_comments_path(@issue) do |f| %> <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %> - <%= label_tag :reassign, t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %> + <%= label_tag :reassign, t('.reassign_param') %> <%= check_box_tag :reassign, true %>

<%= submit_tag 'Submit' %>