From f17b439a3430c2cb265e85dfcf2ac7c943e03453 Mon Sep 17 00:00:00 2001 From: neoGalaxy88 Date: Thu, 24 Nov 2022 16:54:49 +0100 Subject: [PATCH] Update it.rs --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 83741d47d..ef77e18e2 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -395,7 +395,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Use one-time password", "Usa password monouso"), ("One-time password length", "Lunghezza password monouso"), ("Request access to your device", "Richiedi l'accesso al tuo dispositivo"), - ("Hide connection management window", ""), + ("Hide connection management window", "Nascondi la finestra di gestione delle connessioni"), ("hide_cm_tip", ""), ].iter().cloned().collect(); }