Merge pull request #3579 from neogalaxy88/patch-12

Update it.rs
This commit is contained in:
RustDesk
2023-03-10 08:38:26 +08:00
committed by GitHub
Unverified

View File

@@ -463,6 +463,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Set one-time password length", "Imposta la lunghezza della password monouso"),
("idd_driver_tip", ""),
("confirm_idd_driver_tip", ""),
("RDP Settings", ""),
("RDP Settings", "Impostazioni RDP"),
].iter().cloned().collect();
}