Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
"DEPOSIT_AND_TRADE": "Deposit and start trading",
"DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}. (${MIN_INSTANT_DEPOSIT} for instant, ${MAX_DEPOSIT} max)",
"DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}. ${MIN_AMOUNT_TO_DEPOSIT} (${MIN_INSTANT_DEPOSIT} for instant, ${MAX_DEPOSIT} max)",
"SUPPORTED_ASSETS": "Supported assets",
"EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
"EMAIL_PLACEHOLDER": "Enter your email",
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.403",
"version": "1.1.404",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
Loading