From 14676e9618d6ddbc0090d1792815288e53d45b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Virgovi=C4=8D?= Date: Thu, 4 Jan 2024 12:34:35 +0000 Subject: [PATCH] fix 2fa_tip (#6797) --- src/lang/en.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }