This commit is contained in:
rustdesk
2023-07-10 09:28:54 +08:00
parent 13abacf6e0
commit 8a2d702348
35 changed files with 35 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("whitelist_tip", "Only whitelisted IP can access me"),
("whitelist_sep", "Separated by comma, semicolon, spaces or new line"),
("Wrong credentials", "Wrong username or password"),
("Verification code wrong or timeout", "The verification code is wrong or timeout"),
("The verification code is incorrect or has expired", "The verification code is wrong or timeout"),
("invalid_http", "must start with http:// or https://"),
("install_daemon_tip", "For starting on boot, you need to install system service."),
("android_input_permission_tip1", "In order for a remote device to control your Android device via mouse or touch, you need to allow RustDesk to use the \"Accessibility\" service."),