1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Changed text when password reset disabled. (#1364)

Fixes #1340
This commit is contained in:
Jonas
2017-03-22 15:29:29 +01:00
committed by Lunny Xiao
parent 1b1b85439e
commit bbbd08edc1
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
<button class="ui blue button">{{.i18n.Tr "auth.send_reset_mail"}}</button>
</div>
{{else if .IsResetDisable}}
<p class="center">{{.i18n.Tr "auth.disable_register_mail"}}</p>
<p class="center">{{.i18n.Tr "auth.disable_forgot_password_mail"}}</p>
{{else if .ResendLimited}}
<p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p>
{{end}}