Skip to content

Commit 9e4b7fc

Browse files
authored
Update Korean (rustdesk#14644)
1 parent d135c58 commit 9e4b7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang/ko.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
741741
("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
742742
("Continue with {}", "{}(으)로 계속"),
743743
("Display Name", "표시 이름"),
744-
("password-hidden-tip", ""),
745-
("preset-password-in-use-tip", ""),
744+
("password-hidden-tip", "영구 비밀번호가 설정되었습니다 (숨김)."),
745+
("preset-password-in-use-tip", "현재 사전 설정된 비밀번호가 사용 중입니다."),
746746
].iter().cloned().collect();
747747
}

0 commit comments

Comments
 (0)