diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 57b20eed1..95f4ff0d3 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1114,8 +1114,8 @@ "TAKE_PROFIT_TOOLTIP": "Allows traders to set targets and protects profits on positions by specifying a price at which to close an open position for profit.", "TP_LIMIT": "TP Limit", "TP_PRICE": "TP Price", - "TRIGGERS_INFO_AUTOMATICALLY_CANCELED": "Take profit and stop loss orders will automatically be canceled if the underlying position is closed.", - "TRIGGERS_INFO_CUSTOM_AMOUNT": "Configuring a custom amount will apply to both take profit and stop loss orders." + "TRIGGERS_INFO_AUTOMATICALLY_CANCELED": "Take Profit and Stop Loss orders will automatically be canceled if the underlying position is closed.", + "TRIGGERS_INFO_CUSTOM_AMOUNT": "Configuring a custom amount will apply to both Take Profit and Stop Loss orders." }, "PORTFOLIO": { "ABOUT_TRADING_DATA_DESCRIPTION": "See how your trading data is used to calculate rewards.", diff --git a/package-lock.json b/package-lock.json index 2a42b7c52..13199c8f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.173", + "version": "1.1.174", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.173", + "version": "1.1.174", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index a0b2a8d72..f76a9a965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.173", + "version": "1.1.174", "description": "v4 localization", "main": "index.ts", "scripts": {