Peter/update trusted emails (#19454)

* Update trusted_role_email.html.erb

* Update trusted_role_email.text.erb
This commit is contained in:
Peter Frank 2023-05-11 07:25:41 -05:00 committed by GitHub
parent b4a4b30153
commit b09b0207c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 15 deletions

View file

@ -2,26 +2,26 @@
Hey <%= @user.name %>!
</p>
<p>
We are happy to let you know that you've been granted new permissions on <%= community_name %>!
Good news! Youve been granted Trusted Member permissions on <%= community_name %>!
</p>
<p>
<b>You will now see a shield icon on post pages. Click on the shield to take <em>private</em> actions to help vote on community content.</b>
<b>From now on, a shield icon will be visible on post pages. Simply click on it to take <em>private</em> actions on community content.</b>
</p>
<p>
Here's an overview of your new abilities:
<ul>
<li>Use private reactions (👎, 👍) to vote on content quality</li>
<li>Quickly flag rule-breaking behavior with the 🧐 icon</li>
<li>Rate the appropriate "experience level" of a post</li>
<li>Rank content (👎👍) with emoji reactions</li>
<li>Rate the experience level of posts</li>
<li>Use the Flag to Admins icon 🧐 to report problematic content</li>
</ul>
</p>
<% if Page.find_by(slug: "trusted-member") %>
<p>
<mark>For full details on how to use your new permissions, <b><a href="<%= app_url("trusted-member") %>">check out this page</a></b></mark>.
<mark>Visit the <b><a href="<%= app_url("trusted-member") %>">Trusted Member Guide</a></b> for full details on your new role and instructions on how to get started.</mark>.
</p>
<% end %>
<p>
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. Lets work together to create a welcoming and constructive space!
</p>
<p>
<%= community_name %> Team

View file

@ -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! Youve 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. Lets work together to create a welcoming and constructive space!
<%= community_name %> Team