mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 19:11:28 +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", "מותרים רק תווים a-z, A-Z, 0-9 ו_ (קו תחתון). האות הראשונה חייבת להיות a-z, A-Z. אורך בין 6 ל-16."),
|
||||
("id_change_tip", "מותרים רק תווים a-z, A-Z, 0-9, - (dash) ו_ (קו תחתון). האות הראשונה חייבת להיות a-z, A-Z. אורך בין 6 ל-16."),
|
||||
("Website", "דף הבית"),
|
||||
("About", "אודות"),
|
||||
("Slogan_tip", "נוצר בלב בעולם הזה הכאוטי!"),
|
||||
|
||||
Reference in New Issue
Block a user