Updates the copy for the Flags tab (#16697)

This commit is contained in:
Julianna Tetreault 2022-02-25 08:41:47 -07:00 committed by GitHub
parent 92e59d76c4
commit 2be6ecfc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
</div>
<% else %>
<div class="align-center flex flex-col justify-center my-auto py-8">
<h3 class="fs-xl fw-normal mb-2">😇 No flags!</h3>
<p class="color-secondary">No one flagged anything (profile, posts, or comments) negative about @<%= @user.username %>.</p>
<h3 class="fs-xl fw-normal mb-2">No flags received against <%= @user.name %> yet.</h3>
<p class="color-secondary">Any flags received against <%= @user.name %> will be found here.</p>
</div>
<% end %>