Skip to content

Commit

Permalink
Update nl.rs (rustdesk#6839)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastAct authored Jan 10, 2024
1 parent d5b0829 commit 99e8753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "wissel-links-rechts-muis"),
("2FA code", "2FA-code"),
("2fa_tip", "Geef je 2FA-code op in de verificatie-app."),
("More", ""),
("More", "Meer"),
].iter().cloned().collect();
}

0 comments on commit 99e8753

Please sign in to comment.