diff --git a/config/localization/en/app.json b/config/localization/en/app.json index cea4f65b0..598256096 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1963,7 +1963,7 @@ "CONTINUE_SIGN_IN_DESCRIPTION": "Please wait", "CONTINUE_SIGN_IN_TITLE": "Continue to sign in", "DEPOSIT_AND_TRADE": "Deposit and start trading", - "DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}. (${MIN_INSTANT_DEPOSIT} for instant, ${MAX_DEPOSIT} max)", + "DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}. ${MIN_AMOUNT_TO_DEPOSIT} (${MIN_INSTANT_DEPOSIT} for instant, ${MAX_DEPOSIT} max)", "SUPPORTED_ASSETS": "Supported assets", "EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.", "EMAIL_PLACEHOLDER": "Enter your email", diff --git a/package-lock.json b/package-lock.json index e9ca23e79..7e5d9f23c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.403", + "version": "1.1.404", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.403", + "version": "1.1.404", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index c3b6eba65..9fe82fafa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.403", + "version": "1.1.404", "description": "v4 localization", "main": "index.ts", "scripts": {