Remove 'pool' from label

This commit is contained in:
Austin Chen 2022-03-16 19:42:42 -07:00
parent 9426cc2b94
commit 01884bd3df

View File

@ -101,7 +101,7 @@ export function ResolutionPanel(props: {
You will earn {earnedFees}. You will earn {earnedFees}.
</> </>
) : outcome === 'CANCEL' ? ( ) : outcome === 'CANCEL' ? (
<>The pool will be returned to traders with no fees.</> <>All trades will be returned with no fees.</>
) : outcome === 'MKT' ? ( ) : outcome === 'MKT' ? (
<Col className="gap-6"> <Col className="gap-6">
<div>Traders will be paid out at the probability you specify:</div> <div>Traders will be paid out at the probability you specify:</div>