diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 9911b748e..0ced51b48 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -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.", @@ -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", diff --git a/package-lock.json b/package-lock.json index a278b7875..73205129d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 06174d339..3787675c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "description": "v4 localization", "main": "index.ts", "scripts": {