Merge pull request #3538 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-03-07 08:42:07 +08:00 committed by GitHub
commit f127f2dca6
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", "Códec"),
("Resolution", "Resolución"),
("No transfers in progress", "No hay transferencias en curso"),
("Set one-time password length", ""),
("Set one-time password length", "Establecer contraseña de un solo uso"),
].iter().cloned().collect();
}