diff --git a/core/embed/rust/src/ui/model_tr/layout.rs b/core/embed/rust/src/ui/model_tr/layout.rs index 8459446c8a..bee094c546 100644 --- a/core/embed/rust/src/ui/model_tr/layout.rs +++ b/core/embed/rust/src/ui/model_tr/layout.rs @@ -475,7 +475,7 @@ extern "C" fn tutorial(n_args: usize, args: *const Obj, kwargs: *mut Map) -> Obj Font::MONO, ) .newline() - .text_mono("Tutorial complete.".into()) + .text_mono("Tutorial finished.".into()) .newline() .newline() .alignment(LineAlignment::Center)