Tweak wording
This commit is contained in:
parent
9e7b3c0887
commit
4fa38a2ece
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user