Update it.rs

This commit is contained in:
NicKoehler 2022-11-21 15:24:30 +01:00 committed by GitHub
parent 3162c92333
commit ff9a538e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,6 +394,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time Password", "Password monouso"),
("Use one-time password", "Usa password monouso"),
("One-time password length", "Lunghezza password monouso"),
("Request access to your device", ""),
("Request access to your device", "Richiedi accesso al tuo dispositivo"),
].iter().cloned().collect();
}