diff --git a/core/embed/rust/src/ui/model_tr/layout.rs b/core/embed/rust/src/ui/model_tr/layout.rs index 801cbb6c96..9e3f5f8d13 100644 --- a/core/embed/rust/src/ui/model_tr/layout.rs +++ b/core/embed/rust/src/ui/model_tr/layout.rs @@ -511,7 +511,7 @@ extern "C" fn request_word_count(n_args: usize, args: *const Obj, kwargs: *mut M let obj = LayoutObj::new(Frame::new( title, - SimpleChoice::new(choices, true, false).into_child(), + SimpleChoice::new(choices, false, false).into_child(), ))?; Ok(obj.into()) };