Skip to content

Commit 149b75d

Browse files
committed
Improve "only shown to mods" label
1 parent a2f353d commit 149b75d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/comments/_comment.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<% if comment.comment_thread.is_private %>
3535
<% if comment.user == current_user || current_user.is_moderator || !comment.user.is_moderator %>
3636
<%= user_link comment.user %>
37-
<% if comment.user.is_moderator %>(visible only to you)<% end %>
37+
<% if comment.user.is_moderator %>(only moderators can see name)<% end %>
3838
<% else %>
3939
<strong>moderator team</strong>
4040
<% end %>

0 commit comments

Comments
 (0)