@dydxprotocol/v4-localization 1.1.397 → 1.1.398

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.
@@ -1969,6 +1969,7 @@
1969
1969
  "LOGGED_IN": "Logged in",
1970
1970
  "LOGGED_IN_WITH": "Logged in with {EMAIL}",
1971
1971
  "LOGGING_IN": "Logging in...",
1972
+ "LOSS_OF_FUNDS": "loss of funds",
1972
1973
  "OPEN_SENT_MAGIC_LINK": "Open the Magic link sent to {EMAIL} to complete your sign in",
1973
1974
  "PLEASE_WAIT_LOGIN": "Please wait while we log you in...",
1974
1975
  "PASSKEY_DESCRIPTION": "Passkeys are a secure alternative to passwords",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.397",
3
+ "version": "1.1.398",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2358,6 +2358,7 @@ export const APP_STRING_KEYS = {
2358
2358
  LOGGED_IN: 'APP.TURNKEY_ONBOARD.LOGGED_IN',
2359
2359
  LOGGED_IN_WITH: 'APP.TURNKEY_ONBOARD.LOGGED_IN_WITH',
2360
2360
  LOGGING_IN: 'APP.TURNKEY_ONBOARD.LOGGING_IN',
2361
+ LOSS_OF_FUNDS: 'APP.TURNKEY_ONBOARD.LOSS_OF_FUNDS',
2361
2362
  OPEN_SENT_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.OPEN_SENT_MAGIC_LINK',
2362
2363
  PASSKEY_DESCRIPTION: 'APP.TURNKEY_ONBOARD.PASSKEY_DESCRIPTION',
2363
2364
  PLEASE_WAIT_LOGIN: 'APP.TURNKEY_ONBOARD.PLEASE_WAIT_LOGIN',