@dydxprotocol/v4-localization 1.1.292 → 1.1.293

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1710,6 +1710,7 @@
1710
1710
  "TRAILING_STOP_DESCRIPTION": "Set a trailing stop to limit the percent you can lose to your specified trailing percent.",
1711
1711
  "TRAILING_STOP": "Trailing Stop",
1712
1712
  "TRANSFERS_EMPTY_STATE": "You have no transfer history.",
1713
+ "TRIGGER_DIALOG_DESCRIPTION": "Minimize losses and secure profits",
1713
1714
  "TRIGGER_PRICE_SHORT": "Trigger",
1714
1715
  "TRIGGER_PRICE": "Trigger Price",
1715
1716
  "TRIGGER_ORDER_CANCELED_BY_FRONTEND": "The trigger order's associated position has been closed or flipped.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.292",
3
+ "version": "1.1.293",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1938,6 +1938,7 @@ export const APP_STRING_KEYS = {
1938
1938
  TRAILING_STOP_DESCRIPTION: 'APP.TRADE.TRAILING_STOP_DESCRIPTION',
1939
1939
  TRANSFERS_EMPTY_STATE: 'APP.TRADE.TRANSFERS_EMPTY_STATE',
1940
1940
  TRIGGERS: 'APP.TRADE.TRIGGERS',
1941
+ TRIGGER_DIALOG_DESCRIPTION: 'APP.TRADE.TRIGGER_DIALOG_DESCRIPTION',
1941
1942
  TRIGGER_ORDER_CANCELED_BY_FRONTEND: 'APP.TRADE.TRIGGER_ORDER_CANCELED_BY_FRONTEND',
1942
1943
  TRIGGER_PRICE: 'APP.TRADE.TRIGGER_PRICE',
1943
1944
  TRIGGER_PRICE_SHORT: 'APP.TRADE.TRIGGER_PRICE_SHORT',