Skip to content

Commit fddeb90

Browse files
Merge pull request #747 from LedgerHQ/fix/apa/blind_signing_warning
Updated the wording on the warning screen for blind signing
2 parents b48130d + c6ff915 commit fddeb90

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib_nbgl/src/nbgl_use_case.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,18 +1142,16 @@ static void displayBlindWarning(nbgl_opType_t opType)
11421142
.backAndText.text = NULL};
11431143
nbgl_layoutCenteredInfo_t centeredInfo
11441144
= {.icon = NULL, .text3 = NULL, .style = LARGE_CASE_INFO, .offsetY = 0, .onTop = false};
1145+
centeredInfo.text1 = "Security risk detected";
11451146
if (opType == TYPE_TRANSACTION) {
1146-
centeredInfo.text1 = "This transaction cannot be trusted";
11471147
centeredInfo.text2
1148-
= "Your Ledger cannot decode this transaction. If you sign it, you could be "
1149-
"authorizing "
1148+
= "This transaction cannot be fully decoded. If you sign it, you could be authorizing "
11501149
"malicious actions that can drain your wallet.\n\n"
11511150
"Learn more: ledger.com/e8";
11521151
}
11531152
else {
1154-
centeredInfo.text1 = "This message cannot be trusted";
11551153
centeredInfo.text2
1156-
= "Your Ledger cannot decode this message. If you sign it, you could be authorizing "
1154+
= "This message cannot be fully decoded. If you sign it, you could be authorizing "
11571155
"malicious actions that can drain your wallet.\n\n"
11581156
"Learn more: ledger.com/e8";
11591157
}

0 commit comments

Comments
 (0)