mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 13:24:17 +00:00
fix typo for #1996
This commit is contained in:
parent
2158e6fc43
commit
dc0c0dc06b
|
@ -254,7 +254,7 @@ func ActivateEmail(ctx *middleware.Context) {
|
|||
}
|
||||
|
||||
log.Trace("Email activated: %s", email.Email)
|
||||
ctx.Flash.Success(ctx.Tr("settings.add_email_successs"))
|
||||
ctx.Flash.Success(ctx.Tr("settings.add_email_success"))
|
||||
}
|
||||
|
||||
ctx.Redirect(setting.AppSubUrl + "/user/settings/email")
|
||||
|
|
Loading…
Reference in a new issue