Skip to content

Commit

Permalink
CEX Transfer copy update (#500)
Browse files Browse the repository at this point in the history
* CEX Transfer copy update

* mobile-specific copy

---------

Co-authored-by: mike-dydx <[email protected]>
  • Loading branch information
prashanDYDX and mike-dydx authored Jun 4, 2024
1 parent ce95f1d commit d5f53a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@
"TRANSFER_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
"TRANSFER_TO_YOURSELF": "You cannot complete a direct transfer to your own wallet address.",
"TRANSFER_INSUFFICIENT_GAS": "The USDC balance {USDC_BALANCE} in your chain wallet may not cover the transaction fees. Please deposit additional funds.",
"TRANSFER_WITHOUT_MEMO": "Transferring to a centralized exchange without a memo can result in a loss of funds."
"TRANSFER_WITHOUT_MEMO": "Transferring to a centralized exchange without the memo they have provided you can result in a loss of funds."
},
"ADJUST_ISOLATED_MARGIN": {
"ISOLATED_MARGIN_ADJUSTMENT_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
Expand Down
3 changes: 2 additions & 1 deletion config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
},
"DIRECT_TRANSFER_MODAL": {
"ENTER_ETH_ADDRESS": "Enter wallet address",
"ENTER_TRANSFER_AMOUNT": "Enter transfer amount"
"ENTER_TRANSFER_AMOUNT": "Enter transfer amount",
"REQUIRED_FOR_CEX": "Required for Centralized Exchanges"
},
"FIAT_ONRAMP": {
"NEW": "New!",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.109",
"version": "1.1.110",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit d5f53a9

Please sign in to comment.