mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 08:01:28 +03:00
format lang
This commit is contained in:
@@ -16,6 +16,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("whitelist_sep", "Seperated by comma, semicolon, spaces or new line"),
|
||||
("Wrong credentials", "Wrong username or password"),
|
||||
("invalid_http", "must start with http:// or https://"),
|
||||
("install_daemon_tip","For starting on boot, you need to install system service.")
|
||||
("install_daemon_tip", "For starting on boot, you need to install system service."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user