Change wording slightly
This commit is contained in:
parent
3eb64b263c
commit
e104e46ba1
|
@ -256,11 +256,11 @@ function CreateChallengeForm(props: {
|
||||||
<span>
|
<span>
|
||||||
{!contract && (
|
{!contract && (
|
||||||
<span>
|
<span>
|
||||||
You'll be charged an additional{' '}
|
Because there's no market yet, you'll be charged
|
||||||
<span className={'font-semibold'}>
|
<span className={'mx-1 font-semibold'}>
|
||||||
{formatMoney(FIXED_ANTE)}
|
{formatMoney(FIXED_ANTE)}
|
||||||
</span>{' '}
|
</span>
|
||||||
to create the underlying market
|
to create it.
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user