@dydxprotocol/v4-localization 1.1.84 → 1.1.85

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.
@@ -876,6 +876,7 @@
876
876
  "WAIT_SECONDS_SINGULAR": "Wait {SECONDS} second...",
877
877
  "SYNC_WITH_DESKTOP": "Sync with Desktop",
878
878
  "WHILE_ONBOARDING": "While onboarding to the mobile app, select the {SYNC_WITH_DESKTOP} option.",
879
+ "VERIFICATION_CODE": "Verification code: {CODE}",
879
880
  "NEVER_SHARE": "Never ever share this code with anyone!",
880
881
  "READY": "Ready to scan?",
881
882
  "NOT_READY": "Not in a safe place?",
@@ -163,7 +163,7 @@
163
163
  "NETWORK_MISMATCH": "Network Mismatch",
164
164
  "SWITCH_WALLET": "Please switch your wallet to {WALLET_ADDR}",
165
165
  "WALLET_ACCOUNT_ERROR": "Unable to obtain account",
166
- "ENTER_CODE": "Enter the decoding key"
166
+ "ENTER_CODE": "Enter the verification code"
167
167
  },
168
168
  "ONBOARDING_TITLE": {
169
169
  "CREATE_PROFILE": "Create Profile"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.84",
3
+ "version": "1.1.85",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {