diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 6a6cf89a8..e4367f194 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -578,7 +578,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("capture_display_elevated_connections_tip", "Scannen van meerdere schermen wordt niet ondersteund in de bevoorrechte gebruikersmodus. Als je meerdere schermen wilt bedienen, probeer het dan opnieuw na de installatie."), ("Swap control-command key", "Wissel controle-commando toets"), ("swap-left-right-mouse", "wissel-links-rechts-muis"), - ("2FA code", ""), - ("2fa_tip", ""), + ("2FA code", "2FA-code"), + ("2fa_tip", "Geef je 2FA-code op in de verificatie-app."), ].iter().cloned().collect(); }