diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index 0b643d6b0..33ff69df8 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -11,6 +11,6 @@ <%= f.input :do_not_bump_post, :label => "No bump" %> <% end %> <% if policy(comment).can_sticky_comment? %> - <%= f.input :is_sticky, :label => "Post as moderator", :for => "comment_is_sticky" %> + <%= f.input :is_sticky, label: "Sticky", for: "comment_is_sticky" %> <% end %> <% end %>