Skip to content

Commit

Permalink
Merge pull request #166 from Zondax/switches_text
Browse files Browse the repository at this point in the history
Change default expert mode subtext
  • Loading branch information
0xPxt authored Jan 23, 2025
2 parents 18f6a33 + bb495c8 commit e988dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ui/view_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static void settings_screen_callback(uint8_t index, nbgl_content_t *content) {
switches[EXPERT_MODE].initState = app_mode_expert();
switches[EXPERT_MODE].text = "Expert mode";
if ((switches[EXPERT_MODE].subText) == NULL) {
switches[EXPERT_MODE].subText = "Enable expert mode.";
switches[EXPERT_MODE].subText = "Enable to review extra fields.";
}
switches[EXPERT_MODE].tuneId = TUNE_TAP_CASUAL;
switches[EXPERT_MODE].token = EXPERT_MODE_TOKEN;
Expand Down
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 31
#define ZXLIB_MINOR 1
#define ZXLIB_PATCH 1
#define ZXLIB_PATCH 2

0 comments on commit e988dc0

Please sign in to comment.