From e14bc77249192b4049bdcde8c28c7dd2fa04bf76 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 23 Jan 2021 00:27:40 -0600 Subject: [PATCH] comments: rename "Post as moderator" to "Sticky" --- app/views/comments/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>