Skip to content

Commit

Permalink
fix(core/ui): use correct button label
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
obrusvit committed Oct 2, 2024
1 parent ceecaa3 commit 2e29b63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/embed/rust/src/ui/model_mercury/flow/confirm_reset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ fn new_confirm_reset_obj(_args: &[Obj], kwargs: &Map) -> Result<Obj, error::Erro
(
TR::reset__title_create_wallet.into(),
ButtonRequestCode::ResetDevice.with_name("setup_device"),
// FIXME: TR::reset__cancel_create_wallet should be used but Button text on
// multiple lines not supported yet
TR::buttons__cancel.into(),
TR::reset__cancel_create_wallet.into(),
)
};

Expand Down

0 comments on commit 2e29b63

Please sign in to comment.