Change wording slightly

This commit is contained in:
Ian Philips 2022-08-18 08:00:23 -06:00
parent 3eb64b263c
commit e104e46ba1

View File

@ -256,11 +256,11 @@ function CreateChallengeForm(props: {
<span>
{!contract && (
<span>
You'll be charged an additional{' '}
<span className={'font-semibold'}>
Because there's no market yet, you'll be charged
<span className={'mx-1 font-semibold'}>
{formatMoney(FIXED_ANTE)}
</span>{' '}
to create the underlying market
</span>
to create it.
</span>
)}
</span>