@dydxprotocol/v4-localization 1.1.206 → 1.1.207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1681,6 +1681,7 @@
|
|
|
1681
1681
|
"LOCKED_BALANCE": "Locked Balance",
|
|
1682
1682
|
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1683
1683
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1684
|
+
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
|
|
1684
1685
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
1685
1686
|
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
|
|
1686
1687
|
"AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1843,6 +1843,7 @@ export const APP_STRING_KEYS = {
|
|
|
1843
1843
|
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
|
|
1844
1844
|
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
|
|
1845
1845
|
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
|
|
1846
|
+
DEPOSIT_TOO_LOW: 'APP.VAULTS.DEPOSIT_TOO_LOW',
|
|
1846
1847
|
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
|
|
1847
1848
|
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
|
|
1848
1849
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|