From ac20d2fb5690157654ddda8c303922d5481582c6 Mon Sep 17 00:00:00 2001 From: solokot Date: Tue, 18 Feb 2025 20:11:36 +0300 Subject: [PATCH] Update ru.rs (#10794) --- 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 a54ec9d2b..5ba372b40 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Update client clipboard", "Обновить буфер обмена клиента"), ("Untagged", "Без метки"), ("new-version-of-{}-tip", "Доступна новая версия {}"), - ("Accessible devices", ""), + ("Accessible devices", "Доступные устройства"), ].iter().cloned().collect(); }