Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Nov 20, 2023
1 parent 442c295 commit 922c530
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"LONG_POSITION_SHORT": "Long",
"MAINTENANCE_MARGIN_FRACTION": "Maintenance Margin Fraction",
"MAKE_ONE_TRADE": "Make 1 trade",
"MANAGE_FUNDS": "Manage Funds",
"MANAGE_FUNDS": "Manage funds",
"MARGIN_USAGE": "Margin Usage",
"MARGIN": "Margin",
"MARKET_NAME": "Market Name",
Expand Down
8 changes: 4 additions & 4 deletions config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
"EXPECTED_PRICE": {
"TITLE": "Expected Price",
"BODY": "Expected price of execution for your order. This price is only an estimate as the orderbook may change before your order is processed by the matching engine."
"BODY": "Expected price of execution for your order. This price is only an estimate as the orderbook may change before your order is processed by the network."
},
"FEE": {
"TITLE": "Fee",
"BODY": "Fees on dYdX are charged based on liquidity type. Maker orders carry a smaller fee than taker orders."
"TITLE": "Trading Fee",
"BODY": "Trading fees are charged by the network based on a percent of your trading volume. Trading fees accrue to validators and DYDX stakers. There are no gas fees to trade on dYdX."
},
"FILL_OR_KILL": {
"TITLE": "Fill Or Kill",
Expand Down Expand Up @@ -250,4 +250,4 @@
"BODY": "To ensure the security of the protocol, dYdX Chain validators delay the settlement of dYdX Chain DYDX."
}
}
}
}
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.0.5",
"version": "1.0.6",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 922c530

Please sign in to comment.