diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-24 21:50:25 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:23:26 +0900 |
commit | b56f838718386e611af71a74b479a331b832da79 (patch) | |
tree | b48b5fb793b7d0e5c63da5b0bdfb9e47b522f6ef /views/emails/createEvent/createEventText.handlebars | |
parent | 15151fb2de8bfa8b934a4705150c4e7aef611ec3 (diff) |
mails translation
Diffstat (limited to 'views/emails/createEvent/createEventText.handlebars')
-rw-r--r-- | views/emails/createEvent/createEventText.handlebars | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/views/emails/createEvent/createEventText.handlebars b/views/emails/createEvent/createEventText.handlebars index e3c3a91..3352a88 100644 --- a/views/emails/createEvent/createEventText.handlebars +++ b/views/emails/createEvent/createEventText.handlebars @@ -1,7 +1,6 @@ -Your event has been created! +{{t "mail.createevent.preface" }} -Use this link to share it with people: https://{{domain}}/{{eventID}} - -Use the following link to edit your event. DO NOT SHARE THIS, as anyone with this link can edit your event. +{{t "mail.createevent.sharelink" }}: https://{{domain}}/{{eventID}} +{{t "mail.createevent.desc" }} https://{{domain}}/{{eventID}}?e={{editToken}} |