Update it.rs

This commit is contained in:
ilGigioVr88 2023-02-16 17:15:37 +01:00 committed by GitHub
parent 5b58e957f6
commit a0caf8f257
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();
}