X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d57dd1f4da4d4605f534607b69944e3c977e4db5..4c3fb2c2b56fce7b31ce17d62fbed0c1b1195233:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index f828e5a43..d7005d75e 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -21,7 +21,8 @@ <%= bootstrap_form_for @new_comment, :url => issue_comments_path(@issue) do |f| %> <%= f.richtext_field :body, :cols => 80, :rows => 20, :hide_label => true %> <%= f.form_group do %> - <%= f.check_box :reassign, { :label => t(".reassign_param"), :id => "reassign", :name => "reassign", :checked => false }, true, false %> + <%= f.check_box :reassign, { :label => @issue.assigned_role == "administrator" ? t(".reassign_to_moderators") : t(".reassign_to_administrators"), + :id => "reassign", :name => "reassign", :checked => false }, true, false %> <% end %> <%= f.primary %> <% end %>