Skip to content

Commit

Permalink
Merge pull request #63 from Concordium/update-capital-text
Browse files Browse the repository at this point in the history
Update UI from capital to amount to delegate
  • Loading branch information
orhoj authored May 2, 2022
2 parents bc08250 + 6c6de50 commit e814ddf
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signConfigureDelegation.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ux_flow_step_t *ux_sign_configure_delegation[8];
UX_STEP_NOCB(
ux_sign_configure_delegation_capital_step,
bnnn_paging,
{.title = "Capital", .text = (char *) global.signConfigureDelegation.displayCapital});
{.title = "Amount to delegate", .text = (char *) global.signConfigureDelegation.displayCapital});

UX_STEP_NOCB(
ux_sign_configure_delegation_restake_step,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 e814ddf

Please sign in to comment.