Skip to content

Commit

Permalink
update key
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Oct 17, 2024
1 parent 45fae10 commit 43e9a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days. Your deposit will earn an estimated {APR_PERCENTAGE} APR.",
"MARKET_LAUNCHED": "Market Launched!",
"MARKET_NOW_LIVE": "{MARKET} is now live, start trading.",
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
"MARKET_TO_LAUNCH": "Market to Launch",
"MESSAGE_DETAILS": "Message details",
"MSG_CREATE_CLOB_PAIR": "Msg create clobPair",
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ export const APP_STRING_KEYS = {
MARKET_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS',
MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
MARKET_LAUNCH_DETAILS_3: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_3',
MARKET_NOW_LIVE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE',
MARKET_NOW_LIVE_TRADE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE_TRADE',
MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
MSG_CREATE_CLOB_PAIR: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_CLOB_PAIR',
Expand Down Expand Up @@ -1244,6 +1244,7 @@ export const APP_STRING_KEYS = {
LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
LEARN_TO_EXPORT: 'APP.PORTFOLIO.LEARN_TO_EXPORT',
MAKER_MARKET_SHARE: 'APP.PORTFOLIO.MAKER_MARKET_SHARE',
MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
MIGRATE_DESCRIPTION: 'APP.PORTFOLIO.MIGRATE_DESCRIPTION',
MIGRATE_NOW: 'APP.PORTFOLIO.MIGRATE_NOW',
NAVIGATE_TO_KEPLR: 'APP.PORTFOLIO.NAVIGATE_TO_KEPLR',
Expand Down

0 comments on commit 43e9a8f

Please sign in to comment.