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
commit 65f7f1bb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}