Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ui/ui_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ UX_DEF(ux_idle_flow, &ux_idle_flow_1_step, &ux_idle_flow_2_step,
#define SETTING_INFO_NB 2
static const char* const info_types[SETTING_INFO_NB] = {"Version", "Developer"};
static const char* const info_contents[SETTING_INFO_NB] = {APPVERSION,
"(c) 2025 Ledger"};
"(c) 2026 Ledger"};

static const nbgl_contentInfoList_t infoList = {
.nbInfos = SETTING_INFO_NB,
Expand Down
Loading