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
Unverified

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