Skip to content

Commit

Permalink
Strings for Noble deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy committed Jan 26, 2024
1 parent 8d90b1b commit c9556b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@
"ENABLE_TRADING": "Enable trading",
"ENSURES_WALLET_SUPPORT": "Ensures your wallet is supported.",
"ESTIMATED_TIME": "Estimated time",
"EXCHANGES": "Exchanges",
"FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
"FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
Expand All @@ -596,6 +597,9 @@
"LINKING_WALLET": "Linking wallet",
"MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered",
"NEED_A_WALLET": "Need a wallet?",
"NOBLE_ADDRESS": "Noble Address",
"NOBLE_WARNING": "This address only supports transfers of Noble USDC to the Noble chain, which will then be automatically swept into the corresponding dYdX address on dYdX chain. Using this Noble address for any other assets could result in a loss of funds.",
"NOBLE_ACKNOWLEDGEMENT": "This address only supports transfers of Noble USDC to the Noble chain, which will then be automatically swept into the corresponding dYdX address on dYdX chain. Using this Noble address for any other assets could result in a loss of funds.",
"NO_FUTURE_ACCESS": "You will not in the future access this site or trade on dYdX while located within the United States or a restricted location.",
"NO_VPN_USE": "You are not using, and will not in the future use, a VPN to mask your physical location from a restricted location.",
"NOT_A_RESIDENT": "You are not a person or company who is a resident of, or is located, incorporated or has a registered agent in, the United States or a restricted location.",
Expand Down
4 changes: 4 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ export const APP_STRING_KEYS = {
ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
Expand All @@ -798,6 +799,9 @@ export const APP_STRING_KEYS = {
MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING',
NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED',
NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',
Expand Down

0 comments on commit c9556b8

Please sign in to comment.