We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b39ba92 + c6bb3d6 commit cf0e3ecCopy full SHA for cf0e3ec
src/lang/de.rs
@@ -555,6 +555,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
555
("Check for software update on startup", "Beim Start auf Softwareaktualisierung prüfen"),
556
("upgrade_rustdesk_server_pro_to_{}_tip", "Bitte aktualisieren Sie RustDesk Server Pro auf die Version {} oder neuer!"),
557
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
558
- ("Filter by intersection", "")
+ ("Filter by intersection", "Nach Schnittpunkt filtern")
559
].iter().cloned().collect();
560
}
0 commit comments