Skip to content

Commit

Permalink
Update onboarding status string (#149)
Browse files Browse the repository at this point in the history
* Update onboarding status string

* 1.0.5
  • Loading branch information
rosepuppy authored Nov 8, 2023
1 parent 453a55e commit 96de1ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@
"CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.",
"CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.",
"DEPOSIT_OF": "Deposit of {AMOUNT_USD}",
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
"DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
"DEPOSIT_STATUS_SHORTLY": "Your deposit of {AMOUNT_USD} will be available shortly.",
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
"DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
"ENABLE_API": "Enable secure access to our API for lightning quick trading",
"ENABLE_TRADING": "Enable trading",
Expand Down Expand Up @@ -730,9 +731,10 @@
"WANT_TO_LEARN": "Want to learn more?",
"WELCOME_DYDX": "Welcome to dYdX",
"WELCOME": "Welcome",
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
"WITHDRAW_STATUS_SHORTLY": "Your withdrawal of {AMOUNT_USD} will be available shortly.",
"WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
"WITHDRAW_OF": "Withdraw of {AMOUNT_USD}",
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
"WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
"WRONG_NETWORK": "Wrong network",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.0.4",
"version": "1.0.5",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ export const APP_STRING_KEYS = {
DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF',
DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
DEPOSIT_STATUS_SHORTLY: 'APP.ONBOARDING.DEPOSIT_STATUS_SHORTLY',
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION',
Expand Down Expand Up @@ -907,6 +908,7 @@ export const APP_STRING_KEYS = {
WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF',
WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
WITHDRAW_STATUS_SHORTLY: 'APP.ONBOARDING.WITHDRAW_STATUS_SHORTLY',
WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
WRONG_NETWORK_EXPLANATION_STAGING: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_STAGING',
Expand Down

0 comments on commit 96de1ee

Please sign in to comment.