Skip to content

Commit

Permalink
modify tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed May 16, 2024
1 parent a7bcbe2 commit b7db74f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"BODY": "Your current trigger price to execute a Take Profit for this bracket order."
},
"BUYING_POWER": {
"TITLE": "Buying Power",
"BODY": "Total available buying power to increase your position on {MARKET}. Your buying power will change based on the market you have selected."
},
"BUYING_POWER_NOT_MARKET_BASED": {
"TITLE": "Buying Power",
"BODY": "This represents your total available buying power. Your buying power is based on the max leverage available on the exchange, and will not change based on the market you have selected."
},
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const TOOLTIP_STRING_KEYS = {
BRACKET_ORDER_TP_TITLE: 'TOOLTIPS.TRADE.BRACKET_ORDER_TP.TITLE',
BUYING_POWER_BODY: 'TOOLTIPS.TRADE.BUYING_POWER.BODY',
BUYING_POWER_TITLE: 'TOOLTIPS.TRADE.BUYING_POWER.TITLE',
BUYING_POWER_NOT_MARKET_BASED_BODY: 'TOOLTIPS.TRADE.BUYING_POWER_NOT_MARKET_BASED.BODY',
BUYING_POWER_NOT_MARKET_BASED_TITLE: 'TOOLTIPS.TRADE.BUYING_POWER_NOT_MARKET_BASED.TITLE',
CUSTOM_AMOUNT_BODY: 'TOOLTIPS.TRADE.CUSTOM_AMOUNT.BODY',
CUSTOM_AMOUNT_TITLE: 'TOOLTIPS.TRADE.CUSTOM_AMOUNT.TITLE',
DEFAULT_EXECUTION_BODY: 'TOOLTIPS.TRADE.DEFAULT_EXECUTION.BODY',
Expand Down

0 comments on commit b7db74f

Please sign in to comment.