mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 02:11:28 +03:00
fix missing comma
This commit is contained in:
@@ -458,7 +458,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Resolution", "Rozdzielczość"),
|
("Resolution", "Rozdzielczość"),
|
||||||
("Use temporary password", "Użyj hasła tymczasowego"),
|
("Use temporary password", "Użyj hasła tymczasowego"),
|
||||||
("Set temporary password length", "Ustaw długość hasła tymczasowego"),
|
("Set temporary password length", "Ustaw długość hasła tymczasowego"),
|
||||||
("Key", "Klucz")
|
("Key", "Klucz"),
|
||||||
("No transfers in progress", ""),
|
("No transfers in progress", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user