diff options
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}} |