Proper UI wording on EIP-191 continue/skip screen

This commit is contained in:
Alexandre Paillier
2022-09-15 16:23:25 +02:00
parent ba34e37bce
commit 29476ccf99
2 changed files with 4 additions and 3 deletions

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,