@dydxprotocol/v4-localization 1.1.102 → 1.1.103

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.
@@ -815,6 +815,7 @@
815
815
  "NOT_SUPPORTED": "Not supported",
816
816
  "ONBOARDING": "Onboarding",
817
817
  "MINIMUM_AMOUNT_RECEIVED": "Minimum Amount Received",
818
+ "MULTI_FACTOR_AUTH": "Multi-Factor Authentication",
818
819
  "PERMITTED_TO_USE": "You are lawfully permitted to access this site and trade on dYdX under the laws of the jurisdiction in which you reside and are located.",
819
820
  "PRIVACY_POLICY": "Privacy Policy",
820
821
  "RECOVER_KEYS": "Recover keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.102",
3
+ "version": "1.1.103",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -956,6 +956,7 @@ export const APP_STRING_KEYS = {
956
956
  LINK_WALLET: 'APP.ONBOARDING.LINK_WALLET',
957
957
  MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
958
958
  MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
959
+ MULTI_FACTOR_AUTH: 'APP.ONBOARDING.MULTI_FACTOR_AUTH',
959
960
  NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
960
961
  NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
961
962
  NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',