newer version -> new version

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-12-08 20:09:10 +08:00
committed by GitHub
parent ec466d459f
commit b39e851262
45 changed files with 45 additions and 45 deletions

View File

@@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
("Update client clipboard", "Client-Zwischenablage aktualisieren"),
("Untagged", ""),
("newer-version-of-{}-tip", ""),
("new-version-of-{}-tip", ""),
].iter().cloned().collect();
}