@dydxprotocol/v4-localization 1.1.333 → 1.1.334
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.
|
@@ -1882,6 +1882,7 @@
|
|
|
1882
1882
|
"SIGN_IN_WITH_WALLET": "Sign in with Wallet",
|
|
1883
1883
|
"SUBMIT": "Submit",
|
|
1884
1884
|
"USER_SIGNED_IN_BELOW": "You are now signed with the account below",
|
|
1885
|
+
"VIEW_MORE_WALLETS": "View more wallets",
|
|
1885
1886
|
"WAIT_TO_RESEND_MAGIC_LINK": "Wait {SECONDS_LEFT} seconds to resend...",
|
|
1886
1887
|
"WELCOME_TO_DYDX": "Welcome to dYdX"
|
|
1887
1888
|
},
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -2150,6 +2150,7 @@ export const APP_STRING_KEYS = {
|
|
|
2150
2150
|
SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
|
|
2151
2151
|
SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
|
|
2152
2152
|
USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
|
|
2153
|
+
VIEW_MORE_WALLETS: 'APP.TURNKEY_ONBOARD.VIEW_MORE_WALLETS',
|
|
2153
2154
|
WAIT_TO_RESEND_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.WAIT_TO_RESEND_MAGIC_LINK',
|
|
2154
2155
|
WELCOME_TO_DYDX: 'APP.TURNKEY_ONBOARD.WELCOME_TO_DYDX',
|
|
2155
2156
|
|