Remove 'pool' from label
This commit is contained in:
parent
9426cc2b94
commit
01884bd3df
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user