mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 02:31:29 +03:00
Fix. Connection, 2FA dialog, esc & enter (#6946)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -211,7 +211,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("capture_display_elevated_connections_tip", "Capturing multiple displays is not supported in the elevated user mode. Please try again after installation if you want to control multiple displays."),
|
||||
("swap-left-right-mouse", "Swap left-right mouse button"),
|
||||
("2FA code", "2FA code"),
|
||||
("2fa_tip", "Please enter your 2FA code in the authentication app."),
|
||||
("enable-2fa-title", "Enable two-factor authentication"),
|
||||
("enable-2fa-desc", "Please set up your authenticator now. You can use an authenticator app such as Authy, Microsoft or Google Authenticator on your phone or desktop.\n\nScan the QR code with your app and enter the code that your app shows to enable two-factor authentication."),
|
||||
("wrong-2fa-code", "Can't verify the code. Check that code and local time settings are correct"),
|
||||
|
||||
Reference in New Issue
Block a user