Skip to content

Commit

Permalink
TRCL-3056 : Cancelling an order the notification just says “Cancelled…
Browse files Browse the repository at this point in the history
…” and looks empty. Lets add some more details → ie. Cancelled Order: Eth 0.1 @ $1200 (#144)

* add CANCELING_ORDER and CANCELING_ORDER_DESC strings

* Update app.json

spelling

---------

Co-authored-by: mikemag-dev <[email protected]>
  • Loading branch information
mike-dydx and mikemag-dev authored Nov 3, 2023
1 parent 320c12d commit db71f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"NOT_TRIGGERED_STATUS": "Not Triggered",
"NOT_TRIGGERED_STATUS_DESC": "Your order has not been triggered.",
"NOT_SET": "Not Set",
"ORDER_CANCELED_DESC": "Your order has been cancelled.",
"ORDER_CANCELED_DESC": "Your order has been canceled.",
"ORDER_COULD_NOT_FILL": "A Fill-or-Kill or Immediate-or-Cancel order could not be fully filled.",
"ORDER_FAILED": "An internal issue caused the order to be canceled.",
"ORDER_FILLED_DESC": "Your order was filled successfully.",
Expand All @@ -238,6 +238,8 @@
"SELECT_EXPIRATION_TIME_UNIT": "Select expiration time unit",
"SUBMITTING_ORDER": "Submitting",
"SUBMITTING_ORDER_DESC": "Your order is being submitted.",
"CANCELING_ORDER": "Canceling",
"CANCELING_ORDER_DESC": "Your order to {SIDE} {SIZE} {MARKET} is being canceled.",
"UNREALIZED": "Unrealized",
"MODE": {
"SELECT_PREFERENCE": "Select Preference",
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.0.0",
"version": "1.0.1",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit db71f6d

Please sign in to comment.