From 8a705a6a9a9eb67ade8f239427cdf717c21b5fda Mon Sep 17 00:00:00 2001 From: jxdv Date: Fri, 15 Mar 2024 02:14:03 +0000 Subject: [PATCH] update sk.rs (#7387) Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com> --- src/lang/sk.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/sk.rs b/src/lang/sk.rs index acae13116..fd80d42da 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -586,7 +586,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("2FA code must be 6 digits.", "Kód 2FA musí obsahovať 6 číslic."), ("Multiple Windows sessions found", "Našlo sa viacero relácií systému Windows"), ("Please select the session you want to connect to", "Vyberte reláciu, ku ktorej sa chcete pripojiť"), - ("powered_by_me", ""), + ("powered_by_me", "Poháňané aplikáciou RustDesk"), ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); }