Skip to content

Commit

Permalink
Merge branch 'main' into feature/network-recovered-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed Nov 3, 2023
2 parents b8420e4 + db71f6d commit e675e64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 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 Expand Up @@ -396,6 +398,11 @@
"COMPLETED_TEXT": "Your transfer of {AMOUNT_ELEMENT} {TOKEN} has been submitted"
}
},
"FORCED_UPDATE": {
"TITLE": "Update",
"TEXT": "This version is no longer supported. Please update to the latest version.",
"ACTION": "Update App"
},
"ERRORS": {
"TRADE_BOX": {
"BUY_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE": "Your trigger price is too close to your liquidation price - this order may not execute fully before you get liquidated. Please enter a trigger price below {TRIGGER_PRICE_LIMIT} or use a Stop Limit order.",
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.

0 comments on commit e675e64

Please sign in to comment.