Skip to content

Commit

Permalink
add str
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy committed Aug 20, 2024
1 parent 5ee513a commit 8a6b241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@
"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.",
"FUND_YOUR_SUBACCOUNT": "Fund your dYdX subaccount balance once your IBC transfer has been received.",
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
"GENERATE_DYDX_WALLET": "Generate your dYdX Chain wallet",
"GENERATE_KEYS": "Generate dYdX keys",
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ export const APP_STRING_KEYS = {
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
FUND_YOUR_SUBACCOUNT: 'APP.ONBOARDING.FUND_YOUR_SUBACCOUNT',
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
GENERATE_DYDX_WALLET: 'APP.ONBOARDING.GENERATE_DYDX_WALLET',
GENERATE_KEYS: 'APP.ONBOARDING.GENERATE_KEYS',
Expand Down

0 comments on commit 8a6b241

Please sign in to comment.