We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6caa1a commit fe5a8cbCopy full SHA for fe5a8cb
1 file changed
src/lang/nl.rs
@@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
743
("Display Name", "Naam Weergeven"),
744
("password-hidden-tip", "Er is een permanent wachtwoord ingesteld (verborgen)."),
745
("preset-password-in-use-tip", "Het basis wachtwoord is momenteel in gebruik."),
746
- ("Enable privacy mode", ""),
+ ("Enable privacy mode", "Schakel privacymodus in"),
747
].iter().cloned().collect();
748
}
0 commit comments