Skip to content

Commit

Permalink
Update the "skip warning" screen wording according to the design guid…
Browse files Browse the repository at this point in the history
…elines
  • Loading branch information
tdejoigny-ledger committed Jul 17, 2023
1 parent 8b95938 commit 3f05976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_nbgl/src/nbgl_use_case.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static void displaySkipWarning(void) {
nbgl_pageConfirmationDescription_t info = {
.cancelText = "Go back to review",
.centeredInfo.text1 = "Skip message review?",
.centeredInfo.text2 = "You can skip directly to signing\nif you're sure you don't need to\nreview all the fields.",
.centeredInfo.text2 = "Skip only if you trust the\nsource. If you skip, you won’t\nbe able to review it again.",
.centeredInfo.text3 = NULL,
.centeredInfo.style = LARGE_CASE_INFO,
.centeredInfo.icon = &C_warning64px,
Expand Down

0 comments on commit 3f05976

Please sign in to comment.