From 4121e3fd14e5794c48261c5a93e6191986d09587 Mon Sep 17 00:00:00 2001 From: Alex Rijckaert Date: Tue, 27 May 2025 07:08:03 +0200 Subject: [PATCH] Update nl.rs (#11873) --- 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 b67c8b30d..02068e6f6 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Use WebSocket", "Gebruik het WebSocketprotocol"), ("Trackpad speed", "Snelheid Trackpad"), ("Default trackpad speed", "Standaardsnelheid Trackpad"), - ("Numeric one-time password", ""), + ("Numeric one-time password", "Eenmalig numeriek wachtwoord"), ].iter().cloned().collect(); }