Update trusted user welcome email copy with Discord link (#15903)
* Update trusted user welcome email copy with Discord link * Only show Discord link for dev.to * Add accidentally removed line oops
This commit is contained in:
parent
cd835c281f
commit
89f3dbb786
2 changed files with 15 additions and 2 deletions
|
|
@ -18,6 +18,13 @@
|
|||
<p>
|
||||
<b>For details on all available features and how to access them, visit our <a href="<%= app_url("/community-moderation") %>"><%= community_name %> Trusted User Guide</a>.</b>
|
||||
</p>
|
||||
<% if ForemInstance.dev_to? %>
|
||||
<p>
|
||||
Also, we hope that you'll use <a href="https://discord.com/invite/f5ARW5gxES">this link</a> to join our moderator chat channels on DEV Discord!
|
||||
Once inside, visit the #mod-verification channel and drop a link to your DEV profile so we can verify which set of privileges you have (<a href="<%= app_url("/community-moderation") %>">Trusted User</a>
|
||||
and/or <a href="<%= app_url("/tag-moderation") %>">Tag Moderator</a>) and invite you to the correct moderator channels. We hope to see you there! 😀
|
||||
</p>
|
||||
<% end %>
|
||||
<p>
|
||||
You may occasionally receive notifications about optional moderation actions; please <a href="<%= app_url(user_settings_path(:notifications)) %>">unsubscribe</a> if you do not want to receive these updates.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -10,10 +10,16 @@ Here's an overview of your new abilities:
|
|||
- Quickly flag rule-breaking behavior with 🤢 to <%= community_name %> staff
|
||||
- Rate the experience level of a post
|
||||
|
||||
You may occasionally receive notifications about optional moderation actions; please unsubscribe (<%= app_url(user_settings_path(:notifications)) %>) if you do not want to receive these updates.
|
||||
|
||||
For details on all available features and how to access them, visit our <%= community_name %> Trusted User Guide: <%= app_url("/community-moderation") %>
|
||||
|
||||
<% if ForemInstance.dev_to? %>
|
||||
Also, we hope that you'll use this link (https://discord.com/invite/f5ARW5gxES) to join our moderator chat channels on DEV Discord!
|
||||
Once inside, visit the #mod-verification channel and drop a link to your DEV profile so we can verify which set of privileges you have (Trusted User [<%= app_url("/community-moderation") %>]
|
||||
and/or Tag Moderator [<%= app_url("/tag-moderation") %>]) and invite you to the correct moderator channels. We hope to see you there! 😀
|
||||
<% end %>
|
||||
|
||||
You may occasionally receive notifications about optional moderation actions; please unsubscribe (<%= app_url(user_settings_path(:notifications)) %>) if you do not want to receive these updates.
|
||||
|
||||
If you have any questions or feedback for us, please write to <%= ForemInstance.email %> and share your thoughts.
|
||||
|
||||
Thanks for being such an awesome member of the community!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue