Skip to content

Commit

Permalink
tab (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Oct 3, 2024
1 parent 4981955 commit 1fcb94b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
"TRADING_REWARDS_SUMMARY": "Trading Rewards Summary",
"TRADING": "Trading",
"TRADING_ACCOUNT": "Trading Account",
"TRADING_ACCOUNT_BALANCE": "Trading Account Balance",
"TRAILING_STOP_SHORT": "Trailing",
"TRANSFER_IN": "Transfer In",
"TRANSFER_OUT": "Transfer Out",
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.1.213",
"version": "1.1.214",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ export const APP_STRING_KEYS = {
TRADE_NOW: 'APP.GENERAL.TRADE_NOW',
TRADING: 'APP.GENERAL.TRADING',
TRADING_ACCOUNT: 'APP.GENERAL.TRADING_ACCOUNT',
TRADING_ACCOUNT_BALANCE: 'APP.GENERAL.TRADING_ACCOUNT_BALANCE',
TRADING_FEE_REDUCTION: 'APP.GENERAL.TRADING_FEE_REDUCTION',
TRADING_FEE_REDUCTION_DESCRIPTION_2: 'APP.GENERAL.TRADING_FEE_REDUCTION_DESCRIPTION_2',
TRADING_REWARDS: 'APP.GENERAL.TRADING_REWARDS',
Expand Down

0 comments on commit 1fcb94b

Please sign in to comment.