Skip to content

Commit

Permalink
Merge pull request #374 from LedgerHQ/tdj/nbgl_update_design_guideline
Browse files Browse the repository at this point in the history
Update the "skip warning" screen wording according to the design guidelines
  • Loading branch information
tdejoigny-ledger authored Jul 20, 2023
2 parents 4492937 + 7d74e9d commit 869eed5
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 869eed5

Please sign in to comment.