diff --git a/docs/keybindings/Keybindings_ko.md b/docs/keybindings/Keybindings_ko.md index 4d7cf536e..feee935b1 100644 --- a/docs/keybindings/Keybindings_ko.md +++ b/docs/keybindings/Keybindings_ko.md @@ -23,7 +23,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct :: execute custom command z: 되돌리기 (reflog) (실험적) ctrl+z: 다시 실행 (reflog) (실험적) - P: 푸쉬 + P: 푸시 p: 업데이트 diff --git a/pkg/i18n/korean.go b/pkg/i18n/korean.go index 6e690725c..3a86208bb 100644 --- a/pkg/i18n/korean.go +++ b/pkg/i18n/korean.go @@ -53,7 +53,7 @@ func koreanTranslationSet() TranslationSet { LcToggleTreeView: "파일 트리뷰로 전환", LcOpenMergeTool: "git mergetool를 열기", LcRefresh: "새로고침", - LcPush: "푸쉬", + LcPush: "푸시", LcPull: "업데이트", LcScroll: "스크롤", MergeConflictsTitle: "병합 충돌 내용",