From 32e96e370521124165ff331b78964f2a346c3852 Mon Sep 17 00:00:00 2001 From: XLion Date: Mon, 2 Jun 2025 22:16:24 +0800 Subject: [PATCH] Update tw.rs (#11931) --- 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 68537c163..c8bf32c60 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Use WebSocket", "使用 WebSocket"), ("Trackpad speed", "觸控板速度"), ("Default trackpad speed", "預設觸控板速度"), - ("Numeric one-time password", ""), + ("Numeric one-time password", "數字一次性密碼"), ].iter().cloned().collect(); }