We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39ba92 commit c6bb3d6Copy full SHA for c6bb3d6
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