Update nl.rs (#6839)

This commit is contained in:
FastAct
2024-01-10 02:42:45 +01:00
committed by GitHub
Unverified
parent d5b0829065
commit 99e8753629

View File

@@ -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();
}