Update de.rs (#6843)

This commit is contained in:
Mr-Update 2024-01-10 02:43:18 +01:00 committed by GitHub
parent 9e25049fe8
commit 8c40c28fe0
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", "Linke und rechte Maustaste tauschen"),
("2FA code", "2FA-Code"),
("2fa_tip", "Bitte geben Sie Ihren 2FA-Code in der Authentifizierungs-App ein."),
("More", ""),
("More", "Mehr"),
].iter().cloned().collect();
}