From 5a01eced1f8ef41d83e6a8c806ec3ab2d6773c29 Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 14 Nov 2022 10:33:57 +0100 Subject: [PATCH] WIP - change tutorial wording --- core/embed/rust/src/ui/model_tr/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)