Update nl.rs

This commit is contained in:
FastAct 2023-07-24 07:11:55 +02:00 committed by GitHub
parent dc0f21298e
commit 93a6410360
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();
}