Merge pull request #3244 from neogalaxy88/patch-9

Update it.rs
This commit is contained in:
RustDesk
2023-02-17 09:28:28 +08:00
committed by GitHub
Unverified

View File

@@ -450,6 +450,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Text chat", "Chat testuale"),
("Stop voice call", "Interrompi la chiamata vocale"),
("relay_hint_tip", ""),
("Reconnect", ""),
("Reconnect", "Riconnetti"),
].iter().cloned().collect();
}