diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index c39973da7..2618305a4 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -10,7 +10,7 @@ <%= f.submit comment_button_text(parent_id), class: "button radius small inline-block" %> - <% if can? :comment_as_moderator, commentable %>ยบ + <% if can? :comment_as_moderator, commentable %>
<%= f.check_box :as_moderator, id: "comment-as-moderator-#{css_id}", label: false %> <%= label_tag "comment-as-moderator-#{css_id}", t("comments.form.comment_as_moderator"), class: "checkbox" %>