From b09b0207c6b0f3ad32e33452f39ebaf73e1a60e6 Mon Sep 17 00:00:00 2001
From: Peter Frank
- 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:
- 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