Skip to content

Commit

Permalink
Update de.rs (#6788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Update authored Jan 4, 2024
1 parent 215cf73 commit 5888b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("capture_display_elevated_connections_tip", "Das Erfassen mehrerer Bildschirme wird im erweiterten Benutzermodus nicht unterstützt. Bitte versuchen Sie es nach der Installation erneut, wenn Sie mehrere Bildschirme steuern möchten."),
("Swap control-command key", "Steuerungs- und Befehlstasten tauschen"),
("swap-left-right-mouse", "Linke und rechte Maustaste tauschen"),
("2FA code", ""),
("2fa_tip", ""),
("2FA code", "2FA-Code"),
("2fa_tip", "Bitte geben Sie Ihren 2FA-Code in der Authentifizierungs-App ein."),
].iter().cloned().collect();
}

0 comments on commit 5888b05

Please sign in to comment.