Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: vault tooltip #827

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
better
  • Loading branch information
tyleroooo committed Nov 15, 2024
commit f3b46da735a6ad883317cd9bfc4622a9b93a0034
1 change: 0 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
@@ -1715,7 +1715,6 @@
"APR": "{PERCENT} APR",
"EST_APR_PLAIN": "Est. APR",
"APR_PLAN": "APR",
"VAULT_APR_DESCRIPTION": "Vault APR is the annualized return of the vault based on the P&L of the past 30 days.",
"VAULT_THIRTY_DAY_PNL": "30d P&L",
"YOUR_VAULT_BALANCE": "Your Vault Balance",
"VIEW_VAULT": "View Vault",
3 changes: 3 additions & 0 deletions config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
@@ -428,6 +428,9 @@
},
"YOUR_ALL_TIME_PNL": {
"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."
}
}
}
1 change: 0 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1961,7 +1961,6 @@ export const APP_STRING_KEYS = {
TVL: 'APP.VAULTS.TVL',
VAULT: 'APP.VAULTS.VAULT',
VAULTS: 'APP.VAULTS.VAULTS',
VAULT_APR_DESCRIPTION: 'APP.VAULTS.VAULT_APR_DESCRIPTION',
VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
1 change: 1 addition & 0 deletions scripts/generated/tooltips.ts
Original file line number Diff line number Diff line change
@@ -225,6 +225,7 @@ export const TOOLTIP_STRING_KEYS = {
AVAILABLE_TO_WITHDRAW_BODY: 'TOOLTIPS.VAULT.AVAILABLE_TO_WITHDRAW.BODY',
ESTIMATED_AMOUNT_RECEIVED_BODY: 'TOOLTIPS.VAULT.ESTIMATED_AMOUNT_RECEIVED.BODY',
ESTIMATED_SLIPPAGE_BODY: 'TOOLTIPS.VAULT.ESTIMATED_SLIPPAGE.BODY',
VAULT_APR_BODY: 'TOOLTIPS.VAULT.VAULT_APR.BODY',
YOUR_ALL_TIME_PNL_BODY: 'TOOLTIPS.VAULT.YOUR_ALL_TIME_PNL.BODY',
YOUR_VAULT_BALANCE_BODY: 'TOOLTIPS.VAULT.YOUR_VAULT_BALANCE.BODY',