mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix 2fa_tip (#6797)
This commit is contained in:
parent
72e8476ded
commit
14676e9618
1 changed files with 1 additions and 1 deletions
|
@ -211,6 +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 the your 2FA code in the authentication app."),
|
||||
("2fa_tip", "Please enter your 2FA code in the authentication app."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue