diff --git a/config/localization/en/tooltips.json b/config/localization/en/tooltips.json index adfaf1f1f..6877dd75c 100644 --- a/config/localization/en/tooltips.json +++ b/config/localization/en/tooltips.json @@ -430,7 +430,7 @@ "BODY": "The total PnL over time. This includes historical PnL of your vault deposits." }, "VAULT_APR": { - "BODY": "Vault APR is the annualized return of the vault based on the P&L of the past 30 days." + "BODY": "Vault APR is the past month's yield annualized. Vault returns depend on P&L and protocol revenue sharing. This APR is not guaranteed." } } } diff --git a/package-lock.json b/package-lock.json index 0867ee096..9afb7b98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.246", + "version": "1.1.247", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.246", + "version": "1.1.247", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 9400a429c..e3af23ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.246", + "version": "1.1.247", "description": "v4 localization", "main": "index.ts", "scripts": {