Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2714 from denichodev/denicho/email_wording
Browse files Browse the repository at this point in the history
Updated email footer wording and language consistency
  • Loading branch information
brianlovin authored Apr 4, 2018
2 parents 443e979 + f7b3ef1 commit a146337
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions email-templates/mentionInMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,12 +508,12 @@ <h3>{{data.thread.content.title}}</h3>
<ul>
{{#muteThreadToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute this thread by {{../data.thread.creator.name}} (including future @mentions)</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from this thread by {{../data.thread.creator.name}} (including future @mentions)</a>
</li>
{{/muteThreadToken}}

<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Don't email me when I'm @mentioned on Spectrum</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from all @mention notifications</a>
</li>

{{#recipient.username}}
Expand Down
4 changes: 2 additions & 2 deletions email-templates/mentionInThread.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,12 @@ <h3>{{data.thread.content.title}}</h3>
<ul>
{{#muteThreadToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute this thread by {{../data.thread.creator.name}} (including future @mentions)</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from this thread by {{../data.thread.creator.name}} (including future @mentions)</a>
</li>
{{/muteThreadToken}}

<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Don't email me when I'm @mentioned on Spectrum</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from all @mention notifications</a>
</li>

{{#recipient.username}}
Expand Down
4 changes: 2 additions & 2 deletions email-templates/newDirectMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,12 @@
<ul>
{{#muteThreadToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute this conversation</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from this conversation</a>
</li>
{{/muteThreadToken}}

<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Mute all new direct message notification emails</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from all new direct message notification emails</a>
</li>

{{#username}}
Expand Down
4 changes: 2 additions & 2 deletions email-templates/newRepliesInThreads.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,12 +576,12 @@ <h3>{{content.title}}</h3>
<ul>
{{#singleThreadMuteToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute this thread (including future @mentions)</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from this thread (including future @mentions)</a>
</li>
{{/singleThreadMuteToken}}

<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Don't email me when new replies happen in conversations where I'm active</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from all new reply notifications in conversations where I'm active</a>
</li>

{{#recipient.username}}
Expand Down
6 changes: 3 additions & 3 deletions email-templates/newThreadNotification.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,18 +482,18 @@ <h3>{{data.thread.content.title}}</h3>
<ul>
{{#muteChannelToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute the {{../data.thread.channel.name}} channel in {{../data.thread.community.name}}</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from the {{../data.thread.channel.name}} channel in {{../data.thread.community.name}}</a>
</li>
{{/muteChannelToken}}

{{#muteCommunityToken}}
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Mute the {{../data.thread.community.name}} community</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{.}}">Unsubscribe from the {{../data.thread.community.name}} community</a>
</li>
{{/muteCommunityToken}}

<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Mute all new thread notification emails</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from all new thread notification emails</a>
</li>

{{#recipient.username}}
Expand Down
2 changes: 1 addition & 1 deletion email-templates/weeklyDigest.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ <h2 class="discover-divider">Discover more communities:</h2>

<ul>
<li>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Turn off {{data.timeframe.subject}} digests</a>
<a href="https://spectrum.chat/api/email/unsubscribe?token={{unsubscribeToken}}">Unsubscribe from {{data.timeframe.subject}} digests</a>
</li>

{{#data.username}}
Expand Down

0 comments on commit a146337

Please sign in to comment.