Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Feb 24, 2024
2 parents cb41743 + 913b422 commit b9bc071
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 @@ -584,7 +584,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 Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "Meerdere Windows-sessies gevonden"),
("Please select the session you want to connect to", "Selecteer de sessie waarmee je verbinding wilt maken"),
].iter().cloned().collect();
}

0 comments on commit b9bc071

Please sign in to comment.