We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b95fd commit aac7f68Copy full SHA for aac7f68
templates/mail/auth/reset_passwd.tmpl
@@ -9,7 +9,7 @@
9
<body>
10
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
11
<p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
12
- <p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}</p>
+ <p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
13
14
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
15
</body>
0 commit comments