1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-24 15:38:22 +00:00

WIP - change tutorial wording

This commit is contained in:
grdddj 2022-11-14 10:33:57 +01:00
parent e9077d7eda
commit 5a01eced1f

View File

@ -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)