Update it.rs

This commit is contained in:
ilGigioVr88 2023-03-09 18:47:18 +01:00 committed by GitHub
parent 828854a6ce
commit 4a5be4cd15
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();
}