Fix wrong i18n keys (#17150) (#17153)

Co-authored-by: 6543 <6543@obermui.de>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
6543
2021-09-26 08:25:12 +08:00
committed by GitHub
co-authored by Lunny Xiao
parent 9cf5739c0f
commit 122917f4d5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -208,7 +208,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
}