From fe5a8cb2ad2d6b03a1e5bad42078c7153c582cef Mon Sep 17 00:00:00 2001 From: Alex Rijckaert Date: Wed, 13 May 2026 08:59:48 +0200 Subject: [PATCH] Update Dutch translation (#14984) --- src/lang/nl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 833c947cf..5a68d756d 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Display Name", "Naam Weergeven"), ("password-hidden-tip", "Er is een permanent wachtwoord ingesteld (verborgen)."), ("preset-password-in-use-tip", "Het basis wachtwoord is momenteel in gebruik."), - ("Enable privacy mode", ""), + ("Enable privacy mode", "Schakel privacymodus in"), ].iter().cloned().collect(); }