Skip to content

Commit

Permalink
unique-ify the string key
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Sep 17, 2024
1 parent ec11c58 commit a6c8794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1669,8 +1669,8 @@
"AMOUNT_TO_WITHDRAW": "Amount to Withdraw",
"PREVIEW_WITHDRAW": "Preview Withdraw",
"PREVIEW_DEPOSIT": "Preview Deposit",
"CONFIRM_WITHDRAW": "Confirm Withdraw",
"CONFIRM_DEPOSIT": "Confirm Deposit",
"CONFIRM_WITHDRAW_CTA": "Confirm Withdraw",
"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. Vaults aim 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.",
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,8 @@ export const APP_STRING_KEYS = {
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
CONFIRM_DEPOSIT_CTA: 'APP.VAULTS.CONFIRM_DEPOSIT_CTA',
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
Expand Down

0 comments on commit a6c8794

Please sign in to comment.