From 70e6aecfc39994aa5367ac40584c11a4233f83ec Mon Sep 17 00:00:00 2001 From: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com> Date: Fri, 25 Feb 2022 07:33:13 -0700 Subject: [PATCH] Update the Copy for the "Reports" Tab in the Admin Member Detail View (#16696) * Updates the copy on the Reports tab * Update app/views/admin/users/show/reports/_index.html.erb --- app/views/admin/users/show/reports/_index.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/admin/users/show/reports/_index.html.erb b/app/views/admin/users/show/reports/_index.html.erb index 0a10bc615..9930297f3 100644 --- a/app/views/admin/users/show/reports/_index.html.erb +++ b/app/views/admin/users/show/reports/_index.html.erb @@ -1,4 +1,4 @@ -

Reports submitted by @<%= @user.username %> (<%= @related_reports.count %>)

+

Reports submitted by <%= @user.name %> (<%= @related_reports.count %>)

<% unless @related_reports.empty? %>
@@ -28,7 +28,7 @@
<% else %>
-

🧐 No reports submitted.

-

This user hasn't reported anything yet.

+

No comment or post has been reported yet.

+

Any comment or post reported by <%= @user.name %> will be found here.

<% end %>