From fd4cd3ed04fd921e0a5c93ee543a36d9d4317ed3 Mon Sep 17 00:00:00 2001 From: Ibnul Mutaki Date: Mon, 25 Sep 2023 08:38:58 +0700 Subject: [PATCH] update id --- src/lang/id.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/id.rs b/src/lang/id.rs index 4b109daf0..967ff2bcd 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -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(); }