Skip to content

Commit

Permalink
Fix swap translation value for account actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmaxime committed May 16, 2024
1 parent 7869330 commit 11da017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3131,9 +3131,6 @@
"whatIsSwap": "What is Swap?",
"disclaimer": "Exchange crypto directly from your Ledger device. This service is not available in some countries, including the US."
},
"main": {
"header": "Swap"
},
"notAvailable": {
"title": "Service temporarily unavailable, or not available in your country"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function useAccountActions({ account, parentAccount, colors }: Pr
},
},
],
label: t("transfer.swap.main.header", { currency: currency.name }),
label: t("account.swap", { currency: currency.name }),
Icon: iconSwap,
disabled: isPtxServiceCtaScreensDisabled || isZeroBalance,
modalOnDisabledClick: {
Expand Down

0 comments on commit 11da017

Please sign in to comment.