@dydxprotocol/v4-localization 1.1.63 → 1.1.64

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.
@@ -960,7 +960,8 @@
960
960
  "ORDERBOOK_ANIMATIONS": "Orderbook animations",
961
961
  "PROFILE_SHARE_USERNAME": "Show my username",
962
962
  "PROFILE_SHARE_ADDRESS": "Show my wallet address",
963
- "SAVE_ORDER_AMOUNT": "Save order amount"
963
+ "SAVE_ORDER_AMOUNT": "Save order amount",
964
+ "TAKE_PROFIT_STOP_LOSS": "Take Profit / Stop Loss"
964
965
  },
965
966
  "MORE_LINKS_MODAL": {
966
967
  "DOCUMENTATION_DESCRIPTION": "Trade with our API",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1095,6 +1095,7 @@ export const APP_STRING_KEYS = {
1095
1095
  PROFILE_SHARE_ADDRESS: 'APP.PREFERENCES_MODAL.PROFILE_SHARE_ADDRESS',
1096
1096
  PROFILE_SHARE_USERNAME: 'APP.PREFERENCES_MODAL.PROFILE_SHARE_USERNAME',
1097
1097
  SAVE_ORDER_AMOUNT: 'APP.PREFERENCES_MODAL.SAVE_ORDER_AMOUNT',
1098
+ TAKE_PROFIT_STOP_LOSS: 'APP.PREFERENCES_MODAL.TAKE_PROFIT_STOP_LOSS',
1098
1099
 
1099
1100
  // PROFILES_PAGE
1100
1101