From ed90979417c81b25ba6b4095ee1427e2b94b0aa6 Mon Sep 17 00:00:00 2001 From: solokot Date: Mon, 25 Sep 2023 17:47:41 +0300 Subject: [PATCH] Update ru.rs --- src/lang/ru.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 0a647b3ce..3556bdbd0 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Connection failed due to inactivity", "Подключение не выполнено из-за неактивности"), ("Check for software update on startup", "Проверять обновления программы при запуске"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Обновите RustDesk Server Pro до версии {} или новее!"), - ("pull_group_failed_tip", ""), + ("pull_group_failed_tip", "Невозможно обновить группу"), ].iter().cloned().collect(); }