diff --git a/src/lang/en.rs b/src/lang/en.rs index b0ade15e4..ddeb9567b 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -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(); }