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

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();
}