wrong verification code

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-10 00:24:35 +08:00
parent f5d0cece43
commit 2bc41bfd90
35 changed files with 35 additions and 0 deletions

View File

@@ -15,6 +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"),
("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."),