Skip to content

Commit

Permalink
Merge pull request #95 from trilitech/emturner@stax-setting-text
Browse files Browse the repository at this point in the history
stax: fix settings text
  • Loading branch information
emturner authored Oct 26, 2023
2 parents 33db301 + b254bd0 commit fd5ce9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui_home_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ navigation_cb_wallet(__attribute__((unused)) uint8_t page,
switches[0] = (nbgl_layoutSwitch_t){
.initState = N_settings.blindsigning ? ON_STATE : OFF_STATE,
.text = "Blind signing",
.subText = "Enable blindsigning",
.subText = "Enable transaction blind signing",
.token = BLIND_SIGNING_TOKEN,
.tuneId = TUNE_TAP_CASUAL};

Expand Down
Binary file modified tests/integration/stax/snapshots/settings_blindsigning_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/stax/snapshots/settings_blindsigning_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd5ce9d

Please sign in to comment.