Skip to content

Commit 381a06a

Browse files
Merge pull request #757 from LedgerHQ/fix/apa/gcs_contract_info_nbgl_title
Fixed contract info NBGL title
2 parents 3451238 + fc5eedd commit 381a06a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src_nbgl/ui_gcs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ bool ui_gcs(void) {
209209
}
210210
ext->infolist = infolist;
211211
ext->aliasType = INFO_LIST_ALIAS;
212+
if ((ext->backText = get_creator_name()) == NULL) {
213+
ext->backText = _strdup("Smart contract information");
214+
}
212215
pairs[0].extension = ext;
213216
pairs[0].aliasValue = 1;
214217

0 commit comments

Comments
 (0)