diff --git a/app/components/admin/users/tools/reactions_component.html.erb b/app/components/admin/users/tools/reactions_component.html.erb index 3f20f164c..a04303fdd 100644 --- a/app/components/admin/users/tools/reactions_component.html.erb +++ b/app/components/admin/users/tools/reactions_component.html.erb @@ -15,7 +15,7 @@ class="text-none color-base-60 flex justify-between" rel="noopener noreferer" target="_blank"> - 🀒 <%= reaction.category.capitalize %> + 🧐 <%= reaction.category.capitalize %> <%= reaction.reactable_type %><%= reaction.reactable_type == "User" ? "" : ": #{reaction.reactable.title}" %> <%= reaction.created_at.strftime("%b %d, %Y") %> diff --git a/app/views/admin/feedback_messages/_abuse_reports.html.erb b/app/views/admin/feedback_messages/_abuse_reports.html.erb index c7ac7c4d4..1c34d0171 100644 --- a/app/views/admin/feedback_messages/_abuse_reports.html.erb +++ b/app/views/admin/feedback_messages/_abuse_reports.html.erb @@ -30,7 +30,7 @@ data-reaction-id-value="<%= reaction.id %>" data-reaction-url-value="<%= admin_reaction_path(reaction.id) %>"> - 🀒 @<%= reaction.user.username %> + 🧐 @<%= reaction.user.username %> <% if reaction.user_id == Settings::General.mascot_user_id %> (auto-generated) <% end %> diff --git a/app/views/admin/users/_negative_reactions.html.erb b/app/views/admin/users/_negative_reactions.html.erb index 8eb200258..45e303d96 100644 --- a/app/views/admin/users/_negative_reactions.html.erb +++ b/app/views/admin/users/_negative_reactions.html.erb @@ -7,7 +7,7 @@ <% unless @related_vomit_reactions.empty? %> <% @related_vomit_reactions.each do |reaction| %> - 🀒 <%= reaction.category.capitalize %> + 🧐 <%= reaction.category.capitalize %> <%= reaction.reactable_type %><%= reaction.reactable_type == "User" ? "" : ": #{reaction.reactable.title}" %> <%= reaction.created_at&.strftime("%b %e '%y") %> diff --git a/app/views/mailers/notify_mailer/trusted_role_email.html.erb b/app/views/mailers/notify_mailer/trusted_role_email.html.erb index 5c73cea68..a60c5d323 100644 --- a/app/views/mailers/notify_mailer/trusted_role_email.html.erb +++ b/app/views/mailers/notify_mailer/trusted_role_email.html.erb @@ -11,7 +11,7 @@ Here's an overview of your new abilities:

diff --git a/app/views/mailers/notify_mailer/trusted_role_email.text.erb b/app/views/mailers/notify_mailer/trusted_role_email.text.erb index b5c10d6c0..7d99eeca2 100644 --- a/app/views/mailers/notify_mailer/trusted_role_email.text.erb +++ b/app/views/mailers/notify_mailer/trusted_role_email.text.erb @@ -7,7 +7,7 @@ This update allows you to make use of a few extra featuresβ€”all of which furthe Here's an overview of your new abilities: - Use reactions (πŸ‘Ž, πŸ‘) to moderate content -- Quickly flag rule-breaking behavior with 🀒 to <%= community_name %> staff +- Quickly flag rule-breaking behavior with 🧐 to <%= community_name %> staff - Rate the experience level of a post For details on all available features and how to access them, visit our <%= community_name %> Trusted User Guide: <%= app_url("/community-moderation") %>