Update it.rs

This commit is contained in:
ilGigioVr88 2023-03-08 09:18:15 +01:00 committed by GitHub
parent 2689688da5
commit ceda7320b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,6 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", "Codec"),
("Resolution", "Risoluzione"),
("No transfers in progress", "Nessun trasferimento in corso"),
("Set one-time password length", ""),
("Set one-time password length", "Imposta la lunghezza della password monouso"),
].iter().cloned().collect();
}