mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 04:41:27 +03:00
fix typo (#10227)
newer version -> new version Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Clipboard is synchronized", "剪贴板已同步"),
|
||||
("Update client clipboard", "更新客户端的粘贴板"),
|
||||
("Untagged", "无标签"),
|
||||
("newer-version-of-{}-tip", "{} 版本更新"),
|
||||
("new-version-of-{}-tip", "{} 版本更新"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user