mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 04:25:46 +08:00
update email templates (#2615)
This commit is contained in:
committed by
Wyatt Johnson
parent
4a1492e88d
commit
dd45f46b19
@@ -1,4 +1,3 @@
|
||||
<div data-l10n-id="email-template-notificationOnFeatured" data-l10n-args="{{ context | dump }}">
|
||||
{{ context.organizationName }} - <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a><br /><br/>
|
||||
A member of our team has selected this comment to be featured for other readers: <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">View comment</a>
|
||||
A member of our team has featured <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">the comment </a> you posted on <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<div data-l10n-id="email-template-notificationOnReply" data-l10n-args="{{ context | dump }}">
|
||||
{{ context.organizationName }} - <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a><br /><br/>
|
||||
{{ context.authorUsername }} has replied to your comment: <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">View comment</a>
|
||||
{{ context.authorUsername }} has replied to <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">the comment</a> you posted on <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a>
|
||||
</div>
|
||||
|
||||
+1
-2
@@ -1,4 +1,3 @@
|
||||
<div data-l10n-id="email-template-notificationOnStaffReply" data-l10n-args="{{ context | dump }}">
|
||||
{{ context.organizationName }} - <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a><br /><br/>
|
||||
{{ context.authorUsername }} works for {{ context.organizationName }} and has replied to your comment: <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">View comment</a>
|
||||
{{ context.authorUsername }} of {{ context.organizationName }} has replied to <a data-l10n-name="commentPermalink" href="{{ context.commentPermalink }}">the comment</a> you posted on <a data-l10n-name="storyLink" href="{{ context.storyURL }}">{{ context.storyTitle }}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user