From fe91d9617b5d00f3b01c33e80d4fc5bd22883d0f Mon Sep 17 00:00:00 2001 From: zeripath <art27@cantab.net> Date: Sat, 18 Dec 2021 22:55:26 +0000 Subject: [PATCH] Fix reset password email template (#17025) (#18022) --- templates/mail/auth/reset_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 2a85abc6c5..7cab33bf4e 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -9,7 +9,7 @@ <body> <p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br> <p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br> - <p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}</p> + <p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p> <p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> </body>