@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
package/scripts/generated/app.ts
CHANGED
|
@@ -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',
|