From 99e8753629418a8a84ce14a13e10f4e3ef70e704 Mon Sep 17 00:00:00 2001 From: FastAct <93490087+FastAct@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:42:45 +0100 Subject: [PATCH] Update nl.rs (#6839) --- 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 cc447b2af2f..b71b3775b88 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -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(); }