From 7229652e31d8807273e4b39a047df27143c3607d Mon Sep 17 00:00:00 2001 From: Kleofass Date: Sun, 24 Sep 2023 10:52:03 +0300 Subject: [PATCH] Update lv.rs --- src/lang/lv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 6163635a8..b1abd922b 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -559,6 +559,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Connection failed due to inactivity", "Automātiski atvienots neaktivitātes dēļ"), ("Check for software update on startup", "Startējot pārbaudīt, vai nav programmatūras atjauninājumu"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Lūdzu, jauniniet RustDesk Server Pro uz versiju {} vai jaunāku!"), - ("pull_group_failed_tip", ""), + ("pull_group_failed_tip", "Neizdevās atsvaidzināt grupu"), ].iter().cloned().collect(); }