From 2afd538cf1eafd013efc428ec21e10a8e71f709f Mon Sep 17 00:00:00 2001 From: XLion Date: Fri, 25 Jul 2025 13:13:31 +0800 Subject: [PATCH] Update tw.rs (#12412) --- src/lang/tw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/tw.rs b/src/lang/tw.rs index e062d34db..9e2703c83 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.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(); }