Skip to content

Commit

Permalink
Merge pull request #6024 from Mr-Update/patch-8
Browse files Browse the repository at this point in the history
Update de.rs
  • Loading branch information
rustdesk committed Oct 13, 2023
2 parents b39ba92 + c6bb3d6 commit cf0e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/de.rs
Expand Up @@ -555,6 +555,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Check for software update on startup", "Beim Start auf Softwareaktualisierung prüfen"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Bitte aktualisieren Sie RustDesk Server Pro auf die Version {} oder neuer!"),
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
("Filter by intersection", "")
("Filter by intersection", "Nach Schnittpunkt filtern")
].iter().cloned().collect();
}

0 comments on commit cf0e3ec

Please sign in to comment.