diff --git a/core/embed/rust/src/ui/model_tr/component/pin.rs b/core/embed/rust/src/ui/model_tr/component/pin.rs index 620be91ef3..a7e0647173 100644 --- a/core/embed/rust/src/ui/model_tr/component/pin.rs +++ b/core/embed/rust/src/ui/model_tr/component/pin.rs @@ -96,8 +96,9 @@ impl PinEntry { let choices = ChoiceFactoryPIN::new(prompt); Self { + // Starting at the digit 0 choice_page: ChoicePage::new(choices) - .with_initial_page_counter(PROMPT_INDEX as u8) + .with_initial_page_counter(PROMPT_INDEX as u8 + 1) .with_carousel(), pin_dots: Child::new(ChangingTextLine::center_mono(String::new())), show_real_pin: false,