Update cn.rs (#6844)

* Update cn.rs

* Update cn.rs

---------

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
Integral 2024-01-10 01:44:06 +00:00 committed by GitHub
parent 8c40c28fe0
commit 467e6dfd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "交换鼠标左右键"), ("swap-left-right-mouse", "交换鼠标左右键"),
("2FA code", "双重认证代码"), ("2FA code", "双重认证代码"),
("2fa_tip", "请输入授权 app 中的双重认证代码"), ("2fa_tip", "请输入授权 app 中的双重认证代码"),
("More", ""), ("More", "更多"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }