From db71f6d8bacc3028403fa479a83ddfaa081eb7f5 Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:12:03 -0400 Subject: [PATCH] =?UTF-8?q?TRCL-3056=20:=20Cancelling=20an=20order=20the?= =?UTF-8?q?=20notification=20just=20says=20=E2=80=9CCancelled=E2=80=9D=20a?= =?UTF-8?q?nd=20looks=20empty.=20Lets=20add=20some=20more=20details=20?= =?UTF-8?q?=E2=86=92=20ie.=20Cancelled=20Order:=20Eth=200.1=20@=20$1200=20?= =?UTF-8?q?(#144)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add CANCELING_ORDER and CANCELING_ORDER_DESC strings * Update app.json spelling --------- Co-authored-by: mikemag-dev <3445394+mikemag-dev@users.noreply.github.com> --- config/localizations_native/en/app.json | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 54837000c..74d74cc43 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": {