Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Oct 14, 2024
1 parent 8b69902 commit 5620c50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@
"PROTOCOL_VAULT": "dYdX Protocol Vault",
"LOCKED_BALANCE": "Locked Balance",
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
"WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold.",
"WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold. If your vault balance is below the minimum withdrawal threshold, you must withdraw the entire vault balance.",
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.216",
"version": "1.1.217",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit 5620c50

Please sign in to comment.