mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 09:31:27 +03:00
allow dash in id
This commit is contained in:
@@ -5,7 +5,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("connecting_status", "Connecting to the RustDesk network..."),
|
||||
("not_ready_status", "Not ready. Please check your connection"),
|
||||
("ID/Relay Server", "ID/Relay server"),
|
||||
("id_change_tip", "Only a-z, A-Z, 0-9 and _ (underscore) characters allowed. The first letter must be a-z, A-Z. Length between 6 and 16."),
|
||||
("id_change_tip", "Only a-z, A-Z, 0-9, - (dash) and _ (underscore) characters allowed. The first letter must be a-z, A-Z. Length between 6 and 16."),
|
||||
("Slogan_tip", "Made with heart in this chaotic world!"),
|
||||
("Build Date", "Build date"),
|
||||
("Audio Input", "Audio input"),
|
||||
|
||||
Reference in New Issue
Block a user