From b56f838718386e611af71a74b479a331b832da79 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Mon, 24 Mar 2025 21:50:25 +0900 Subject: mails translation --- views/emails/createEvent/createEventHtml.handlebars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/emails/createEvent/createEventHtml.handlebars') diff --git a/views/emails/createEvent/createEventHtml.handlebars b/views/emails/createEvent/createEventHtml.handlebars index 030ee58..d437c32 100644 --- a/views/emails/createEvent/createEventHtml.handlebars +++ b/views/emails/createEvent/createEventHtml.handlebars @@ -1,6 +1,6 @@ -

Your event has been created!

-

Use this link to share it with people: https://{{domain}}/{{eventID}}

-

Click this button to edit your event. DO NOT SHARE THIS, as anyone with this link can edit your event.

+

{{t "mail.createevent.preface" }}

+

{{t "mail.createevent.sharelink" }}: https://{{domain}}/{{eventID}}

+

{{{t "mail.createeventhtml.desc" }}}

@@ -9,7 +9,7 @@
- +
Edit Your Event {{t "mail.createeventhtml.editevent" }}
-- cgit v1.2.3