Skip to content

Commit

Permalink
fix tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Oct 30, 2024
1 parent 7742818 commit 9588eae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"AVAILABLE_BALANCE": {
"TITLE": "Available Balance",
"BODY": "Percentage of your total cross margin used by open positions."
"BODY": "Amount of collateral that is available to trade or be withdrawn from your cross margin account."
},
"BASE_POSITION_NOTIONAL": {
"TITLE": "Base Position Notional",
Expand All @@ -54,7 +54,7 @@
},
"CROSS_FREE_COLLATERAL": {
"TITLE": "Cross Free Collateral",
"BODY": "Amount of collateral that is available to be withdrawn from your cross margin account."
"BODY": "Amount of collateral that is available to trade or be withdrawn from your cross margin account."
},
"CROSS_MARGIN_USAGE": {
"TITLE": "Cross Margin Usage",
Expand Down Expand Up @@ -199,7 +199,7 @@
"PORTFOLIO_VALUE": {
"TITLE": "Portfolio Value",
"BODY": "Total equity value of your account."
},
},
"POSITION_MARGIN": {
"TITLE": "Position Margin",
"BODY": "The amount of collateral backing the position."
Expand Down Expand Up @@ -239,7 +239,7 @@
"REWARDS_EARNED": {
"TITLE": "Rewards Earned",
"BODY": "Earn rewards when you trade on dYdX."
},
},
"SPREAD": {
"TITLE": "Spread",
"BODY": "The difference in price between the highest bid (the price a buyer is willing to buy for) and lowest ask (the price a seller is willing to sell for) an asset."
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.236",
"version": "1.1.237",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 9588eae

Please sign in to comment.