Update it.rs

This commit is contained in:
ilGigioVr88
2023-03-09 18:47:18 +01:00
committed by GitHub
Unverified
parent 828854a6ce
commit 4a5be4cd15

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