diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 7c030f1c6..e1e018b21 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2243,7 +2243,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": "Transfering to a centralized exchange without a memo can result in a loss of funds." + "TRANSFER_WITHOUT_MEMO": "Transferring to a centralized exchange without a memo can result in a loss of funds." }, "ADJUST_ISOLATED_MARGIN": { "ISOLATED_MARGIN_ADJUSTMENT_MORE_THAN_FREE": "You cannot transfer more than your free collateral.", diff --git a/package-lock.json b/package-lock.json index 8c8569d08..abaeeafd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.99", + "version": "1.1.100", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.98", + "version": "1.1.100", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 23cd5bce6..902354687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.99", + "version": "1.1.100", "description": "v4 localization", "main": "index.ts", "scripts": {