Merge pull request #5805 from cacing69/master

update id
This commit is contained in:
RustDesk 2023-09-25 10:57:25 +08:00 committed by GitHub
commit 3f29273f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Secara otomatis akan terputus ketik tidak ada aktivitas."),
("Check for software update on startup", "Periksa pembaruan aplikasi saat sistem dinyalakan."),
("upgrade_rustdesk_server_pro_to_{}_tip", "Silahkan perbarui RustDesk Server Pro ke versi {} atau yang lebih baru!"),
("pull_group_failed_tip", ""),
("pull_group_failed_tip", "Gagal memperbarui grup"),
].iter().cloned().collect();
}