mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 03:51:29 +03:00
allow dash in id
This commit is contained in:
@@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "Dozvoljeni su samo a-z, A-Z, 0-9 i _ (donja crta) znakovi. Prvi znak mora biti slovo a-z, A-Z. Dužina je od 6 do 16."),
|
||||
("id_change_tip", "Dozvoljeni su samo a-z, A-Z, 0-9, - (dash) i _ (donja crta) znakovi. Prvi znak mora biti slovo a-z, A-Z. Dužina je od 6 do 16."),
|
||||
("Website", "Web sajt"),
|
||||
("About", "O programu"),
|
||||
("Slogan_tip", ""),
|
||||
|
||||
Reference in New Issue
Block a user