Update de.rs

@grummbeer You are right.
This commit is contained in:
Mr-Update 2023-10-14 16:01:09 +02:00 committed by GitHub
parent 5e616dd502
commit 3070b0019e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -557,6 +557,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
("Remove wallpaper during incoming sessions", ""),
("Test", ""),
("Filter by intersection", "Nach Schnittpunkt filtern")
("Filter by intersection", "Nach Schnittmenge filtern")
].iter().cloned().collect();
}