Update de.rs (#7712)

This commit is contained in:
Mr-Update 2024-04-13 07:12:40 +02:00 committed by GitHub
parent 92ae41cc13
commit 725e8221a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "Die obigen Felder werden geteilt und sind für andere sichtbar."),
("Everyone", "Jeder"),
("ab_web_console_tip", "Mehr über Webkonsole"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "Verbindung nur zulassen, wenn das RustDesk-Fenster geöffnet ist"),
].iter().cloned().collect();
}