From 596e7b33db872d95cda729e3b2484029e2eaa20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Wed, 23 Jul 2025 12:13:20 +0900 Subject: [PATCH] Update ko.rs (#12348) --- src/lang/ko.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 3e861d210..91e6fda70 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("The user is not an administrator.", "사용자가 관리자가 아닙니다."), ("Failed to check if the user is an administrator.", "사용자가 관리자인지 확인하는 데 실패했습니다."), ("Supported only in the installed version.", "설치된 버전에서만 지원됩니다."), - ("elevation_username_tip", ""), + ("elevation_username_tip", "사용자 이름 또는 도메인\\사용자 이름 입력"), ].iter().cloned().collect(); }