We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f353d commit 149b75dCopy full SHA for 149b75d
1 file changed
app/views/comments/_comment.html.erb
@@ -34,7 +34,7 @@
34
<% if comment.comment_thread.is_private %>
35
<% if comment.user == current_user || current_user.is_moderator || !comment.user.is_moderator %>
36
<%= user_link comment.user %>
37
- <% if comment.user.is_moderator %>(visible only to you)<% end %>
+ <% if comment.user.is_moderator %>(only moderators can see name)<% end %>
38
<% else %>
39
<strong>moderator team</strong>
40
<% end %>
0 commit comments