Merge pull request #5099 from FastAct/patch-17

Update nl.rs
This commit is contained in:
RustDesk 2023-07-24 15:32:25 +08:00 committed by GitHub
commit 29e3616237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Outgoing connection", "Uitgaande verbinding"),
("Exit", "Verlaten"),
("Open", "Open"),
("logout_tip", ""),
("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
].iter().cloned().collect();
}