comments: rename "Post as moderator" to "Sticky"
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
<%= f.input :do_not_bump_post, :label => "No bump" %>
|
<%= f.input :do_not_bump_post, :label => "No bump" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if policy(comment).can_sticky_comment? %>
|
<% 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 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user