comments: rename "Post as moderator" to "Sticky"

This commit is contained in:
evazion
2021-01-23 00:27:40 -06:00
parent 3ef1e1bb60
commit e14bc77249

View File

@@ -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 %>