update sk.rs (#7150)

* update sk.rs

* remove comma
This commit is contained in:
jxdv 2024-02-16 04:40:29 +00:00 committed by GitHub
parent f7f3bc8bee
commit 00b13bf918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -586,7 +586,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "Dvojfaktorové overenie"),
("Email verification code must be 6 characters.", "Overovací kód e-mailu musí mať 6 znakov."),
("2FA code must be 6 digits.", "Kód 2FA musí obsahovať 6 číslic."),
("Multiple active user sessions found", ""),
("Please select the user you want to connect to", ""),
("Multiple active user sessions found", "Našlo sa viacero aktívnych používateľských relácií"),
("Please select the user you want to connect to", "Vyberte používateľa ku ktorému sa chcete pripojiť"),
].iter().cloned().collect();
}