Skip to content

Commit bdc5bed

Browse files
authored
Merge pull request #1123 from omertuc/reword
reinstall: Reword single-user message
2 parents a838e7f + 4c50ed6 commit bdc5bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-reinstall-bootc/src/prompt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use anyhow::{ensure, Context, Result};
33

44
fn prompt_single_user(user: &crate::users::UserKeys) -> Result<Vec<&crate::users::UserKeys>> {
55
let prompt = format!(
6-
"Found only one user ({}) with {} SSH authorized keys. Would you like to install this user in the system?",
6+
"Found only one user ({}) with {} SSH authorized keys. Would you like to import it and its keys to the system?",
77
user.user,
88
user.num_keys(),
99
);

0 commit comments

Comments
 (0)