From 990c05fc3dea7276b9a4f31fa3b35eb999d3334f Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:20:31 +0300 Subject: [PATCH] Update lv.rs (#7745) --- 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 aa3186104..9fbc7d10a 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("share_warning_tip", "Iepriekš minētie lauki ir koplietoti un redzami citiem."), ("Everyone", "Visi"), ("ab_web_console_tip", "Vairāk par tīmekļa konsoli"), - ("allow-only-conn-window-open-tip", ""), + ("allow-only-conn-window-open-tip", "Atļaut savienojumu tikai tad, ja ir atvērts RustDesk logs"), ].iter().cloned().collect(); }