format lang

This commit is contained in:
rustdesk
2022-01-30 03:41:18 +08:00
parent b5f056c0c0
commit 5a9803c2c8
3 changed files with 4 additions and 4 deletions

View File

@@ -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();
}