Skip to content

Commit

Permalink
Merge pull request #27 from ergoplatform/rename-export-expub
Browse files Browse the repository at this point in the history
Rename `Export Ergo public key` to `Export Extended Public Key`
  • Loading branch information
arobsn authored Nov 22, 2024
2 parents 3bb9135 + 6ff9a81 commit aa699c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/extpubkey/epk_ui_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int ui_display_account(extended_public_key_ctx_t* ctx,
memmove(ctx->chain_code, chain_code, CHAIN_CODE_LEN);

nbgl_useCaseChoice(&C_app_logo_64px,
"Export Ergo public key",
"Export Extended Public Key",
pk_appid,
"Confirm",
"Cancel",
Expand Down

0 comments on commit aa699c0

Please sign in to comment.