Proper UI wording on EIP-191 continue/skip screen

This commit is contained in:
Alexandre Paillier
2022-09-15 17:11:22 +02:00
parent ba34e37bce
commit 29476ccf99
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -55,11 +55,12 @@ UX_STEP_INIT(
#ifndef TARGET_NANOS
UX_STEP_CB(
ux_191_step_theres_more,
bn,
nnn,
skip_rest_of_message(),
{
"More to see!",
"Double-click to skip"
"Press right to",
"continue message",
"Double-press to skip"
});
UX_STEP_INIT(
ux_191_step_dummy_post,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 618 B