diff --git a/lib_nbgl/src/nbgl_use_case.c b/lib_nbgl/src/nbgl_use_case.c index d5511cc11..1f0df78b2 100644 --- a/lib_nbgl/src/nbgl_use_case.c +++ b/lib_nbgl/src/nbgl_use_case.c @@ -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,