Skip to content

Commit fe91d96

Browse files
authored
Fix reset password email template (go-gitea#17025) (go-gitea#18022)
1 parent 711ca52 commit fe91d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mail/auth/reset_passwd.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
1111
<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>
12+
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
1313

1414
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
1515
</body>

0 commit comments

Comments
 (0)