Skip to content

Commit

Permalink
Merge pull request rustdesk#5757 from Mr-Update/patch-6
Browse files Browse the repository at this point in the history
Update de.rs
  • Loading branch information
rustdesk authored Sep 20, 2023
2 parents cdc92fc + 73e4006 commit ec8deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("auto_disconnect_option_tip", "Automatisches Schließen eingehender Sitzungen bei Inaktivität des Benutzers"),
("Connection failed due to inactivity", "Automatische Trennung der Verbindung aufgrund von Inaktivität"),
("Check for software update on startup", "Beim Start auf Softwareaktualisierung prüfen"),
("upgrade_rustdesk_server_pro_to_{}_tip", ""),
("upgrade_rustdesk_server_pro_to_{}_tip", "Bitte aktualisieren Sie RustDesk Server Pro auf die Version {} oder neuer!"),
].iter().cloned().collect();
}

0 comments on commit ec8deab

Please sign in to comment.