Skip to content

Commit

Permalink
Merge branch 'recovery-words'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Sep 29, 2022
2 parents e582257 + 3dc78d1 commit d6fde8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/bitbox02-rust/src/hww/api/show_mnemonic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub async fn process() -> Result<Response, Error> {
let mnemonic_sentence = keystore::get_bip39_mnemonic()?;

confirm::confirm(&confirm::Params {
title: "Recovery words",
title: "Recovery\nwords",
body: "Please write down\nthe following words",
accept_is_nextarrow: true,
..Default::default()
Expand Down

0 comments on commit d6fde8a

Please sign in to comment.