From b09b0207c6b0f3ad32e33452f39ebaf73e1a60e6 Mon Sep 17 00:00:00 2001 From: Peter Frank Date: Thu, 11 May 2023 07:25:41 -0500 Subject: [PATCH] Peter/update trusted emails (#19454) * Update trusted_role_email.html.erb * Update trusted_role_email.text.erb --- .../notify_mailer/trusted_role_email.html.erb | 14 +++++++------- .../notify_mailer/trusted_role_email.text.erb | 15 +++++++-------- 2 files changed, 14 insertions(+), 15 deletions(-) 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 0d85a4931..888831698 100644 --- a/app/views/mailers/notify_mailer/trusted_role_email.html.erb +++ b/app/views/mailers/notify_mailer/trusted_role_email.html.erb @@ -2,26 +2,26 @@ Hey <%= @user.name %>!

- We are happy to let you know that you've been granted new permissions on <%= community_name %>! + Good news! You’ve been granted Trusted Member permissions on <%= community_name %>!

- You will now see a shield icon on post pages. Click on the shield to take private actions to help vote on community content. + From now on, a shield icon will be visible on post pages. Simply click on it to take private actions on community content.

Here's an overview of your new abilities:

<% if Page.find_by(slug: "trusted-member") %>

- For full details on how to use your new permissions, ">check out this page. + Visit the ">Trusted Member Guide for full details on your new role and instructions on how to get started..

<% end %>

- Let's cultivate a welcoming and constructive community. Thanks for being such an awesome member of the community! + Thank you for being an awesome member of our community. Let’s work together to create a welcoming and constructive space!

<%= community_name %> Team 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 0ce65c2f6..9326413b1 100644 --- a/app/views/mailers/notify_mailer/trusted_role_email.text.erb +++ b/app/views/mailers/notify_mailer/trusted_role_email.text.erb @@ -1,22 +1,21 @@ Hey <%= @user.name %>! -We are happy to let you know that you've been granted new permissions on <%= community_name %>! +Good news! You’ve been granted Trusted Member permissions on <%= community_name %>! -You will now see a shield icon on post pages. Click on the shield to take *private* actions to help vote on community content. +From now on, a shield icon will be visible on post pages. Simply click on it to take *private* actions on community content. Here's an overview of your new abilities: -- Use private reactions (πŸ‘Ž, πŸ‘) to vote on content quality -- Quickly flag rule-breaking behavior with the 🧐 icon -- Rate the appropriate "experience level" of a post +- Rank content (πŸ‘ŽπŸ‘) with emoji reactions +- Rate the experience level of posts +- Use the Flag to Admins icon 🧐 to report problematic content <% if Page.find_by(slug: "trusted-member") %> - For full details on how to use your new permissions: + For full details on your new role and instructions on how to get started: <%= app_url("trusted-member") %> <% end %> - -Let's cultivate a welcoming and constructive community. Thanks for being such an awesome member of the community! +Thank you for being an awesome member of our community. Let’s work together to create a welcoming and constructive space! <%= community_name %> Team