Skip to content

Commit

Permalink
Add Message Details dialog header
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Jan 23, 2024
1 parent 749d639 commit b0fb966
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 @@ -1545,6 +1545,7 @@
"HIDE_STEPS": "Hide steps",
"IMPACT_NOTIONAL": "Impact notional",
"LIQUIDITY_TIER": "Liquidity tier",
"MESSAGE_DETAILS": "Message details",
"MSG_CREATE_CLOB_PAIR": "Msg create clobPair",
"MSG_CREATE_ORACLE_MARKET": "Msg create oracle market",
"MSG_CREATE_PERPETUAL": "Msg create perpetual",
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ export const APP_STRING_KEYS = {
HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS',
IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL',
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
MSG_CREATE_CLOB_PAIR: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_CLOB_PAIR',
MSG_CREATE_ORACLE_MARKET: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_ORACLE_MARKET',
MSG_CREATE_PERPETUAL: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_PERPETUAL',
Expand Down

0 comments on commit b0fb966

Please sign in to comment.