From 7f58737f1f8c6e0f161595d1574b2c575dbb9bbd Mon Sep 17 00:00:00 2001 From: Integral Date: Tue, 9 Apr 2024 20:00:14 -0700 Subject: [PATCH] Update cn.rs (#7669) --- src/lang/cn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 79a173aba..b350420b8 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("share_warning_tip", "上述的字段為共享且对其他人可见。"), ("Everyone", "所有人"), ("ab_web_console_tip", "打开 Web 控制台以执行更多操作"), - ("allow-only-conn-window-open-tip", ""), + ("allow-only-conn-window-open-tip", "仅当 RustDesk 窗口打开时允许连接"), ].iter().cloned().collect(); }