better install prompt

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-08 11:14:29 +08:00
parent c0257bff52
commit ad32eec879
34 changed files with 106 additions and 41 deletions

View File

@@ -462,6 +462,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No transfers in progress", ""),
("Set one-time password length", ""),
("Install driver cert(test cert)", ""),
("Virtual display requirement", "")
("Virtual display requirement", ""),
("Continue with installing cert is checked.", "")
].iter().cloned().collect();
}