allow dash in id

This commit is contained in:
rustdesk
2025-02-15 18:51:15 +08:00
parent a548e9c94d
commit 33b47dd6e3
41 changed files with 41 additions and 41 deletions

View File

@@ -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"),