From 9e25049fe8f3b8900fff5787585fb67fb60399ed Mon Sep 17 00:00:00 2001 From: jxdv Date: Wed, 10 Jan 2024 01:43:08 +0000 Subject: [PATCH] update cs.rs (#6842) --- src/lang/cs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/cs.rs b/src/lang/cs.rs index b7c04758a..5b4a523fe 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("swap-left-right-mouse", "Prohodit levé a pravé tlačítko myši"), ("2FA code", "2FA kód"), ("2fa_tip", "Zadejte svůj kód 2FA do ověřovací aplikace."), - ("More", ""), + ("More", "Více"), ].iter().cloned().collect(); }