This commit is contained in:
James Grugett 2022-07-09 15:58:03 -05:00
parent 9548350112
commit 0bc5c80c32

View File

@ -388,7 +388,7 @@ function BuyPanel(props: {
<Row className="my-3 items-center gap-2 text-left text-sm text-gray-500">
Limit {isPseudoNumeric ? 'value' : 'probability'}
<InfoTooltip
text={`Bet ${betChoice === 'YES' ? 'up' : 'down'} to this ${
text={`Bet ${betChoice === 'NO' ? 'down' : 'up'} to this ${
isPseudoNumeric ? 'value' : 'probability'
} and wait to match other bets.`}
/>