Skip to content

Commit 9aec1c4

Browse files
Merge pull request #160 from LedgerHQ/cev/adapt_finishTitle
finishTitle string for nano
2 parents ab3fbfa + af0302f commit 9aec1c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ui/nbgl_display_transaction.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ int ui_display_transaction_bs_choice(bool is_blind_signed) {
100100
&ICON_APP_BOILERPLATE,
101101
"Review transaction\nto send BOL",
102102
NULL,
103+
#ifdef SCREEN_SIZE_WALLET
103104
"Sign transaction\nto send BOL",
105+
#else
106+
NULL,
107+
#endif
104108
NULL,
105109
review_choice);
106110
} else {
@@ -110,7 +114,11 @@ int ui_display_transaction_bs_choice(bool is_blind_signed) {
110114
&ICON_APP_BOILERPLATE,
111115
"Review transaction\nto send BOL",
112116
NULL,
117+
#ifdef SCREEN_SIZE_WALLET
113118
"Sign transaction\nto send BOL",
119+
#else
120+
NULL,
121+
#endif
114122
review_choice);
115123
}
116124
return 0;

0 commit comments

Comments
 (0)