Skip to content

Commit

Permalink
rust/mnemonic: improve wording on 24th word
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Nov 3, 2023
1 parent 0435d2b commit af4157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/bitbox02-rust/src/workflow/mnemonic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async fn get_24th_word(
Ok(choice_idx) if choice_idx as usize == none_of_them_idx => {
let params = confirm::Params {
title: "",
body: "Recovery words\ninvalid.\nRestart?",
body: "Invalid. Check\nrecovery words.\nRestart?",
..Default::default()
};
if let Ok(()) = confirm::confirm(&params).await {
Expand Down

0 comments on commit af4157f

Please sign in to comment.