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

Commit

Permalink
Updating for better language consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
denichodev committed Apr 4, 2018
1 parent 51b2e4b commit f7b3ef1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion email-templates/mentionInMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h3>{{data.thread.content.title}}</h3>
{{/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
2 changes: 1 addition & 1 deletion email-templates/mentionInThread.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h3>{{data.thread.content.title}}</h3>
{{/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
2 changes: 1 addition & 1 deletion email-templates/newRepliesInThreads.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h3>{{content.title}}</h3>
{{/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
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 f7b3ef1

Please sign in to comment.