diff options
author | Sandro Santilli <strk@kbt.io> | 2017-02-20 19:27:20 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-03-14 22:54:07 +0100 |
commit | 7d8f9d1c46e38681f2a4033a7da811ab7562d953 (patch) | |
tree | a44e9fa6b24b431c3483ae184a7502822a15d968 /templates/user/settings/delete.tmpl | |
parent | 8746fb3385ffbb7c2fc9354bf51a5225543cfb72 (diff) | |
download | gitea-7d8f9d1c46e38681f2a4033a7da811ab7562d953.tar.gz gitea-7d8f9d1c46e38681f2a4033a7da811ab7562d953.zip |
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)
Diffstat (limited to 'templates/user/settings/delete.tmpl')
-rw-r--r-- | templates/user/settings/delete.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/delete.tmpl b/templates/user/settings/delete.tmpl index 67f5782d6e..08e8f75d9a 100644 --- a/templates/user/settings/delete.tmpl +++ b/templates/user/settings/delete.tmpl @@ -23,7 +23,7 @@ {{.i18n.Tr "settings.confirm_delete_account"}} </div> <div> - <a href="{{AppSubUrl}}/user/forget_password?email={{.Email}}">{{.i18n.Tr "auth.forget_password"}}</a> + <a href="{{AppSubUrl}}/user/forgot_password?email={{.Email}}">{{.i18n.Tr "auth.forgot_password"}}</a> </div> </form> </div> |