forked from forgejo/forgejo
feat: add check misspelling (#1877)
This commit is contained in:
parent
ed31dff5ab
commit
703d18e50d
29 changed files with 43 additions and 27 deletions
|
@ -489,7 +489,7 @@ func SettingsApplicationsPost(ctx *context.Context, form auth.NewAccessTokenForm
|
|||
return
|
||||
}
|
||||
|
||||
ctx.Flash.Success(ctx.Tr("settings.generate_token_succees"))
|
||||
ctx.Flash.Success(ctx.Tr("settings.generate_token_success"))
|
||||
ctx.Flash.Info(t.Sha1)
|
||||
|
||||
ctx.Redirect(setting.AppSubURL + "/user/settings/applications")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue