diff --git a/config/localization/en/app.json b/config/localization/en/app.json index b29164d06..b841084f9 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1723,7 +1723,7 @@ "CONFIRM_DEPOSIT_CTA": "Confirm Deposit", "AMOUNT_TO_DEPOSIT": "Amount to Deposit", "CROSS_ACCOUNT": "Cross Account", - "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited. dYdX Trading Inc. is not the operator of this vault. The operator was selected by dYdX community.", + "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited. This vault is operated by {OPERATOR_NAME}. The operator was selected by the dYdX community. {OPERATOR_LEARN_MORE}.", "TVL": "TVL" }, "NOTIFICATIONS": { diff --git a/package-lock.json b/package-lock.json index b0b401c54..66767c5d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.219", + "version": "1.1.220", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.219", + "version": "1.1.220", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index b9ab2378d..d3af56d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.219", + "version": "1.1.220", "description": "v4 localization", "main": "index.ts", "scripts": {