Skip to content

Commit

Permalink
Update es.rs (rustdesk#10055)
Browse files Browse the repository at this point in the history
New term added
  • Loading branch information
flusheDData authored Nov 25, 2024
1 parent d61c99b commit edfae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Subir carpeta"),
("Upload files", "Subir archivos"),
("Clipboard is synchronized", "Portapapeles sincronizado"),
("Update client clipboard", ""),
("Update client clipboard", "Actualizar portapapeles del cliente"),
].iter().cloned().collect();
}

0 comments on commit edfae98

Please sign in to comment.