diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 484f9fcec..7b773a4cf 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2987,7 +2987,7 @@ "TURNKEY_SESSION_EXPIRED": "Session expired. Please reauthenticate to reveal your phrase." }, "EDIT_LEVERAGE": { - "MINIMUM_LEVERAGE_ERROR": "Minimum leverage for this position is {minLeverage}×. Insufficient margin available to decrease leverage further. Add more margin to decrease leverage." + "MINIMUM_LEVERAGE_ERROR": "Minimum leverage for this position is {MIN_LEVERAGE}×. Insufficient margin available to decrease leverage further. Add more margin to decrease leverage." } }, "WARNINGS": { diff --git a/package-lock.json b/package-lock.json index 5df17ee9b..059a14b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.340", + "version": "1.1.341", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.340", + "version": "1.1.341", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 3140fe6b8..2cd1a01bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.340", + "version": "1.1.341", "description": "v4 localization", "main": "index.ts", "scripts": {