Updated it.rs strings en.rs typo

This commit is contained in:
NicKoehler
2022-11-24 21:07:42 +01:00
parent 3d75dbaa4c
commit 04b3c09d2c
2 changed files with 2 additions and 2 deletions

View File

@@ -396,6 +396,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time password length", "Lunghezza password monouso"),
("Request access to your device", "Richiedi l'accesso al tuo dispositivo"),
("Hide connection management window", "Nascondi la finestra di gestione delle connessioni"),
("hide_cm_tip", ""),
("hide_cm_tip", "Permetti di nascondere solo se si accettano sessioni con password permanente"),
].iter().cloned().collect();
}