diff --git a/core/embed/rust/src/ui/model_mercury/component/share_words.rs b/core/embed/rust/src/ui/model_mercury/component/share_words.rs index 15e82901249..1d3173d38f4 100644 --- a/core/embed/rust/src/ui/model_mercury/component/share_words.rs +++ b/core/embed/rust/src/ui/model_mercury/component/share_words.rs @@ -157,7 +157,7 @@ impl<'a> Component for ShareWords<'a> { .text_font .visible_text_height("1"), ); - let ordinal = uformat!("{}", ordinal_val); + let ordinal = uformat!("{}.", ordinal_val); shape::Text::new(ordinal_pos, &ordinal) .with_font(theme::TEXT_SUB_GREY_LIGHT.text_font) .with_fg(theme::GREY)