Skip to content

Commit

Permalink
v1.76 deposit UI revamp text (#422)
Browse files Browse the repository at this point in the history
* deposit bridge fees

* 1.1.76

* capitalization fix
  • Loading branch information
yogurtandjam authored Apr 29, 2024
1 parent a85b7b4 commit 39758fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@
"TITLE": "Available",
"BODY": "You are eligible! Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} to enable gasless deposit."
},
"BRIDGE_FEES_DEPOSIT":{
"TITLE": "Bridge Fees",
"BODY": "Bridge fees are paid to other protocols in order to complete the bridging, transferring, and swapping required for this deposit."
},
"DISABLED_GASLESS_DEPOSITS": {
"TITLE": "Unavailable",
"BODY": "Gasless deposits are temporarily unavailable. Don't worry, they'll be back soon!"
Expand All @@ -266,7 +270,7 @@
},
"LOWEST_FEE_DEPOSITS": {
"TITLE": "Lowest Fee Deposits",
"BODY": "USDC Deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
"BODY": "USDC deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
},
"MINIMUM_DEPOSIT_AMOUNT": {
"TITLE": "Minimum Deposit Amount",
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.75",
"version": "1.1.76",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const TOOLTIP_STRING_KEYS = {

AVAILABLE_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.BODY',
AVAILABLE_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.TITLE',
BRIDGE_FEES_DEPOSIT_BODY: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.BODY',
BRIDGE_FEES_DEPOSIT_TITLE: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.TITLE',
DISABLED_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.BODY',
DISABLED_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.TITLE',
GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.GASLESS_DEPOSITS.BODY',
Expand Down

0 comments on commit 39758fa

Please sign in to comment.