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/removeEventAttendee/removeEventAttendeeHtml.handlebars | |
parent | 69f75005303d634b9208c23068655385734f4d3a (diff) | |
parent | fb85d79dd2333cd6e0982e5ee0fdc1070ff99889 (diff) |
Merge pull request #198 from dinoue/feature/localization-again
Localization, again
Diffstat (limited to 'views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars')
-rw-r--r-- | views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars b/views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars index 66ca858..70765a1 100644 --- a/views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars +++ b/views/emails/removeEventAttendee/removeEventAttendeeHtml.handlebars @@ -1,4 +1,4 @@ -<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">You have been removed from the event {{eventName}} on {{siteName}} by the organizer of the event.</p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">{{t "views.emails.removeeventattendee.preface" }}</p> <hr/> -<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;"><strong>Hold up - I have no idea what this email is about!</strong></p> -<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">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 - you won't receive any more of these emails for this event, and your email has been removed from the database.</p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;"><strong>{{t "views.emails.holdup" }}</strong></p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">{{t "views.emails.removeeventattendee.dontknow" }}</p> |