From be81dc8b20b86c87031cd1d2d7c9a2fe82f52ba8 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 23 Jun 2021 14:33:21 +0200 Subject: Localize Email Templates (#16200) close #14822 --- templates/mail/auth/register_notify.tmpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'templates/mail/auth/register_notify.tmpl') diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index ea1857030a..e1ab97b760 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -2,14 +2,16 @@
-Hi {{.DisplayName}}, this is your registration confirmation email for {{AppName}}!
-You can now login via username: {{.Username}}.
- -If this account has been created for you, please set your password first.
+{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}
{{.i18n.Tr "mail.register_notify.text_1" AppName}}
{{.i18n.Tr "mail.register_notify.text_2" .Username}}
{{.i18n.Tr "mail.register_notify.text_3" $set_pwd_url | Str2html}}