Update nl.rs (#7691)

This commit is contained in:
FastAct 2024-04-11 14:42:21 +02:00 committed by GitHub
parent 48da00eb66
commit a88b189664
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", "De bovenstaande velden worden gedeeld en zijn zichtbaar voor anderen."),
("Everyone", "Iedereen"),
("ab_web_console_tip", "Meer over de webconsole"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "Alleen verbindingen toestaan als het RustDesk-venster geopend is"),
].iter().cloned().collect();
}