Merge pull request #2268 from neogalaxy88/patch-4

Update it.rs
This commit is contained in:
RustDesk 2022-11-22 16:49:18 +08:00 committed by GitHub
commit 1591e0cfe7
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 l'accesso al tuo dispositivo"),
].iter().cloned().collect();
}