From 394079833efe8925af05ba7254095c5931f4b7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Fri, 27 Feb 2026 21:14:14 +0900 Subject: [PATCH] Update ko.rs (#14418) --- 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 1e3d4f9b8..7230d1a1f 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"), ("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"), ("Continue with {}", "{}(으)로 계속"), - ("Display Name", ""), + ("Display Name", "표시 이름"), ].iter().cloned().collect(); }