diff --git a/core/embed/rust/src/ui/model_tr/component/input_methods/passphrase.rs b/core/embed/rust/src/ui/model_tr/component/input_methods/passphrase.rs index 31f2760a39..440a5d8702 100644 --- a/core/embed/rust/src/ui/model_tr/component/input_methods/passphrase.rs +++ b/core/embed/rust/src/ui/model_tr/component/input_methods/passphrase.rs @@ -287,7 +287,9 @@ impl PassphraseEntry { choice_page: ChoicePage::new(ChoiceFactoryPassphrase::new(ChoiceCategory::Menu, true)) .with_carousel(true) .with_initial_page_counter(random_menu_position()), - passphrase_dots: Child::new(ChangingTextLine::center_mono("", MAX_PASSPHRASE_LENGTH)), + passphrase_dots: Child::new( + ChangingTextLine::center_mono("", MAX_PASSPHRASE_LENGTH).without_ellipsis(), + ), show_plain_passphrase: false, show_last_digit: false, textbox: TextBox::empty(MAX_PASSPHRASE_LENGTH),