Skip to content

Commit

Permalink
Merge pull request #7608 from LedgerHQ/hotfix/typo-app-exchange
Browse files Browse the repository at this point in the history
fix: typo in exchange-app
  • Loading branch information
chrisduma-ledger authored Aug 15, 2024
2 parents 17fe67c + e7f3cfc commit a3fbf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledgerjs/packages/hw-app-exchange/src/ReturnCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function getExchangeErrorMessage(errorCode: number, step?: string): strin
case ErrorStatus.DESERIALIZATION_FAILED:
return "Payload deserialzation failed";
case ErrorStatus.WRONG_TRANSACTION_ID:
return "Wrond transaction id";
return "Wrong transaction id";
case ErrorStatus.INVALID_ADDRESS:
if (step === "CHECK_PAYOUT_ADDRESS")
return "This receiving account does not belong to your device. Please change and retry.";
Expand Down

0 comments on commit a3fbf6d

Please sign in to comment.