Update it.rs

This commit is contained in:
neoGalaxy88
2022-11-24 16:54:49 +01:00
committed by GitHub
parent 8edcedad8a
commit f17b439a34

View File

@@ -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();
}