From c878c91e1188e3dac4239c65735e12151eee4aff Mon Sep 17 00:00:00 2001 From: Kleofass <spam@kleofass.lv> Date: Sun, 22 Oct 2023 16:51:38 +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 d7783e052..47aa9c22d 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -565,6 +565,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Open in new window", "Atvērt jaunā logā"), ("Show displays as individual windows", "Rādīt displejus kā atsevišķus logus"), ("Use all my displays for the remote session", "Izmantot visus manus displejus attālajai sesijai"), - ("selinux_tip", ""), + ("selinux_tip", "Jūsu ierīcē ir iespējots SELinux, kas var neļaut RustDesk pareizi darboties kā kontrolētajai pusei."), ].iter().cloned().collect(); }