diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:01:08 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:01:08 +0100 |
commit | a5e2faf58ddd4793a5f7e3e284b023162d69cbb3 (patch) | |
tree | df8dacfd279760f505d4b0f6dcf195a6a44a6a1b /views/emails/addEventComment/addEventCommentText.handlebars | |
parent | bc9e983b16d9ac2d27a4458c0a87f9d11aa80c0e (diff) | |
parent | bde9b408342f56833cf0a514488365189083f312 (diff) |
Merge remote-tracking branch 'origin/main' into raphael/add-mailgun
Diffstat (limited to 'views/emails/addEventComment/addEventCommentText.handlebars')
-rw-r--r-- | views/emails/addEventComment/addEventCommentText.handlebars | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/emails/addEventComment/addEventCommentText.handlebars b/views/emails/addEventComment/addEventCommentText.handlebars index d7c045e..ec0b87c 100644 --- a/views/emails/addEventComment/addEventCommentText.handlebars +++ b/views/emails/addEventComment/addEventCommentText.handlebars @@ -1,9 +1,9 @@ -{{commentAuthor}} has just posted a comment on an event you're attending on {{siteName}}. +{{t "views.emails.addeventcomment.preface" commentAuthor }} -Click here to see the comment: https://{{domain}}/{{eventID}} +{{t "views.emails.addeventcomment.link" }}: https://{{domain}}/{{eventID}} -Love, +{{t "views.emails.love" }} {{siteName}} -If you didn't mark yourself as attending an event on {{siteName}}, someone may have accidentally typed your email instead of theirs. Don't worry - there isn't anything you need to do. Your email will be removed from the system when the event finishes. +{{t "views.emails.dontknow" }} |