Skip to content
Open
Changes from 1 commit
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_menu_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum {

#define NB_INFO_FIELDS 3
static const char* const infoTypes[] = {"Version", "Developer", "Copyright"};
static const char* const infoContents[] = {APPVERSION, "Klever", "(c) 2024 Ledger"};
static const char* const infoContents[] = {APPVERSION, "Klever", "(c) 2026 Ledger"};

#define NB_SETTINGS_SWITCHES 3
#define SETTING_IDX(token) (token - SWITCH_ALLOW_TX_DATA_TOKEN)
Expand Down
Loading