diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index d1c0e7c27..0ea680be4 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -34,7 +34,7 @@ <% if comment.comment_thread.is_private %> <% if comment.user == current_user || current_user.is_moderator || !comment.user.is_moderator %> <%= user_link comment.user %> - <% if comment.user.is_moderator %>(visible only to you)<% end %> + <% if comment.user.is_moderator %>(only moderators can see name)<% end %> <% else %> moderator team <% end %>