Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix naming of take profit orders #400

Merged
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
6 changes: 3 additions & 3 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
"MARKET_ORDER_SHORT": "Market",
"MARKET_ORDER": "Market Order",
"MARKET_PRICE_SHORT": "Market",
"MARKET_PROFIT": "Market Profit",
"MARKET_PROFIT": "Take Profit Market",
"MARKET_SELL": "market sell",
"MAXIMUM_POSITION_SIZE": "Maximum Position Size",
"MID_MARKET": "Mid-Market",
Expand Down Expand Up @@ -1300,12 +1300,12 @@
"STOP_PRICE_ABBREVIATED": "Stop",
"STOP_PRICE": "Stop Price",
"TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
"TAKE_PROFIT_LIMIT_SHORT": "Profit",
"TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
"TAKE_PROFIT_LIMIT": "Take Profit Limit",
"TAKE_PROFIT": "Take Profit",
"TAKE_PROFIT_MARKET": "Take Profit Market",
"TAKE_PROFIT_MARKET_DESCRIPTION": "Take profit market orders lock in profits by closing your position once the oracle price or last trade price crosses your trigger price.",
"TAKE_PROFIT_MARKET_SHORT": "Market Profit",
"TAKE_PROFIT_MARKET_SHORT": "Take Profit",
"TAKER_FEE": "Taker Fee",
"TAKER": "Taker",
"TAP_TO_CLOSE": "Tap to close",
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.64",
"version": "1.1.65",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
Loading