Update nl.rs ()

This commit is contained in:
FastAct 2024-01-10 02:42:45 +01:00 committed by GitHub
parent d5b0829065
commit 99e8753629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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