Skip to content

Commit

Permalink
Update nl.rs (rustdesk#7163)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastAct authored Feb 18, 2024
1 parent bf03156 commit 5fdcc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "geef-2fa-titel in"),
("Email verification code must be 6 characters.", "E-mailverificatiecode moet 6 tekens lang zijn."),
("2FA code must be 6 digits.", "2FA-code moet 6 cijfers lang zijn."),
("Multiple active user sessions found", ""),
("Please select the user you want to connect to", ""),
("Multiple active user sessions found", "Meerdere actieve gebruikerssessies gevonden"),
("Please select the user you want to connect to", "Selecteer de gebruiker waarmee je verbinding wilt maken"),
].iter().cloned().collect();
}

0 comments on commit 5fdcc74

Please sign in to comment.