Merge pull request #2305 from neogalaxy88/patch-5

Update it.rs
This commit is contained in:
RustDesk 2022-11-25 00:03:04 +08:00 committed by GitHub
commit c63da06fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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