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
commit df64e09f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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