From e1bd925877cf0189f5a399f5134eb88fef2c2fb9 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 10 Jul 2023 09:30:41 +0800 Subject: [PATCH] fix lang --- src/lang/en.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lang/en.rs b/src/lang/en.rs index 5065b2c76..ded8cd145 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -15,7 +15,6 @@ 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"), - ("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."),