Tweak wording
This commit is contained in:
parent
9e7b3c0887
commit
4fa38a2ece
|
@ -866,11 +866,10 @@ function NotificationTextLabel(props: {
|
|||
} else if (sourceType === 'bet' && sourceText) {
|
||||
return (
|
||||
<>
|
||||
Filled{' '}
|
||||
<span className="text-primary">
|
||||
{formatMoney(parseInt(sourceText))}
|
||||
</span>{' '}
|
||||
<span>of your limit bet</span>
|
||||
<span>of your limit bet was filled</span>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user