Skip to content

Commit 4c50ed6

Browse files
committed
reinstall: Reword single-user message
I've reworded the multi-user message in the past but the single-user message still had the older wording. This commit updates the single-user message to match the multi-user message. Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 7592807 commit 4c50ed6

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)