Skip to content

Commit

Permalink
fix (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Oct 15, 2024
1 parent 2aeefe4 commit bee0ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 bee0ee2

Please sign in to comment.