diff options
author | Raphael <mail@raphaelkabo.com> | 2025-05-28 18:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 18:00:35 +0100 |
commit | bde9b408342f56833cf0a514488365189083f312 (patch) | |
tree | e20a4f074704a2f5ede5ebd05b4f4ad949cd8205 /views/emails/addEventComment/addEventCommentText.handlebars | |
parent | 69f75005303d634b9208c23068655385734f4d3a (diff) | |
parent | fb85d79dd2333cd6e0982e5ee0fdc1070ff99889 (diff) |
Merge pull request #198 from dinoue/feature/localization-again
Localization, again
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" }} |