From fe94512dd12bebe4880856973330e86c89b7d6cb Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 6 Jan 2024 04:12:10 +0100 Subject: [PATCH] Update Italian language (#6798) --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 80e4d8353..210a4392f 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -578,7 +578,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."), ("Swap control-command key", "Scambia tasto controllo-comando"), ("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"), - ("2FA code", ""), - ("2fa_tip", ""), + ("2FA code", "Codice 2FA"), + ("2fa_tip", "Inserisci il codice 2FA nell'app di autenticazione."), ].iter().cloned().collect(); }