Skip to content

Commit ad3ad59

Browse files
authored
Add closed pnl (#1246)
* feat: add closed pnl string * 1.1.345
1 parent 97de6b4 commit ad3ad59

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

config/localization/en/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,7 @@
15221522
"CLEAN_UP": "Clean up",
15231523
"CLOSE_ORDER": "Close order",
15241524
"CLOSE_POSITION": "Close position",
1525+
"CLOSED_PNL": "Closed PNL",
15251526
"CONFIRM_LEVERAGE": "Confirm leverage",
15261527
"CONFIRM_ORDER": "Confirm {ORDER}",
15271528
"CONFIRMED_DESCRIPTION": "Your trade has been placed.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.344",
3+
"version": "1.1.345",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,7 @@ export const APP_STRING_KEYS = {
17811781
CANCEL_REASON: 'APP.TRADE.CANCEL_REASON',
17821782
CHANGE_24H: 'APP.TRADE.CHANGE_24H',
17831783
CLEAN_UP: 'APP.TRADE.CLEAN_UP',
1784+
CLOSED_PNL: 'APP.TRADE.CLOSED_PNL',
17841785
CLOSE_ORDER: 'APP.TRADE.CLOSE_ORDER',
17851786
CLOSE_POSITION: 'APP.TRADE.CLOSE_POSITION',
17861787
CONFIRMED_DESCRIPTION: 'APP.TRADE.CONFIRMED_DESCRIPTION',

0 commit comments

Comments
 (0)