Skip to content

Commit edfae98

Browse files
authored
Update es.rs (rustdesk#10055)
New term added
1 parent d61c99b commit edfae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang/es.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
653653
("Upload folder", "Subir carpeta"),
654654
("Upload files", "Subir archivos"),
655655
("Clipboard is synchronized", "Portapapeles sincronizado"),
656-
("Update client clipboard", ""),
656+
("Update client clipboard", "Actualizar portapapeles del cliente"),
657657
].iter().cloned().collect();
658658
}

0 commit comments

Comments
 (0)