From af4157f42103426849c398f452d171d427352251 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Fri, 3 Nov 2023 06:49:32 +0100 Subject: [PATCH] rust/mnemonic: improve wording on 24th word --- src/rust/bitbox02-rust/src/workflow/mnemonic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/bitbox02-rust/src/workflow/mnemonic.rs b/src/rust/bitbox02-rust/src/workflow/mnemonic.rs index f90772e90..d9cf183ca 100644 --- a/src/rust/bitbox02-rust/src/workflow/mnemonic.rs +++ b/src/rust/bitbox02-rust/src/workflow/mnemonic.rs @@ -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(¶ms).await {