restore lang

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-30 23:26:03 +08:00
parent 41573a94b4
commit 5fcb30d3c7
35 changed files with 34 additions and 35 deletions

View File

@@ -59,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"),
("verify_rustdesk_password_tip", "Veryfy RustDesk password"),
("remember_account_tip", "Remember this account"),
("remember_password_tip", "Remember password"),
("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"),
].iter().cloned().collect();
}