fix missing comma

This commit is contained in:
NicKoehler
2023-02-26 10:19:13 +01:00
Unverified
parent 0a3b5f10a6
commit ab792f798e

View File

@@ -458,7 +458,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", "Rozdzielczość"),
("Use temporary password", "Użyj hasła tymczasowego"),
("Set temporary password length", "Ustaw długość hasła tymczasowego"),
("Key", "Klucz")
("Key", "Klucz"),
("No transfers in progress", ""),
].iter().cloned().collect();
}