Tweak wording

This commit is contained in:
James Grugett 2022-07-10 12:25:58 -05:00
parent 9e7b3c0887
commit 4fa38a2ece

View File

@ -866,11 +866,10 @@ function NotificationTextLabel(props: {
} else if (sourceType === 'bet' && sourceText) { } else if (sourceType === 'bet' && sourceText) {
return ( return (
<> <>
Filled{' '}
<span className="text-primary"> <span className="text-primary">
{formatMoney(parseInt(sourceText))} {formatMoney(parseInt(sourceText))}
</span>{' '} </span>{' '}
<span>of your limit bet</span> <span>of your limit bet was filled</span>
</> </>
) )
} }