From 9e4b7fca4dde241c83cfbc3da94f4c8c3c12feb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Tue, 31 Mar 2026 22:34:35 +0900 Subject: [PATCH] Update Korean (#14644) --- src/lang/ko.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 51a18ceb7..7cc0c9067 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -741,7 +741,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"), ("Continue with {}", "{}(으)로 계속"), ("Display Name", "표시 이름"), - ("password-hidden-tip", ""), - ("preset-password-in-use-tip", ""), + ("password-hidden-tip", "영구 비밀번호가 설정되었습니다 (숨김)."), + ("preset-password-in-use-tip", "현재 사전 설정된 비밀번호가 사용 중입니다."), ].iter().cloned().collect(); }