mirror of
https://github.com/go-gitea/gitea
synced 2025-08-11 03:58:20 +00:00
Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to `forgot_password_title` and `forget_password` to `forgot_password` Includes entry in CHANGELOG about the breaking change (and some markdown fixes in there)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
8746fb3385
commit
7d8f9d1c46
@@ -5,7 +5,7 @@
|
||||
<form class="ui form" action="{{.Link}}" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
<h2 class="ui top attached header">
|
||||
{{.i18n.Tr "auth.forgot_password"}}
|
||||
{{.i18n.Tr "auth.forgot_password_title"}}
|
||||
</h2>
|
||||
<div class="ui attached segment">
|
||||
{{template "base/alert" .}}
|
||||
|
Reference in New Issue
Block a user