forked from kevadesu/forgejo
parent
91e21d4fca
commit
58d81835e2
2 changed files with 5 additions and 5 deletions
|
@ -209,7 +209,7 @@ func DeleteKey(ctx *context.Context) {
|
|||
return
|
||||
}
|
||||
if external {
|
||||
ctx.Flash.Error(ctx.Tr("setting.ssh_externally_managed"))
|
||||
ctx.Flash.Error(ctx.Tr("settings.ssh_externally_managed"))
|
||||
ctx.Redirect(setting.AppSubURL + "/user/settings/keys")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue