diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx index a31072c4..256051cc 100644 --- a/web/components/resolution-panel.tsx +++ b/web/components/resolution-panel.tsx @@ -81,19 +81,19 @@ export function ResolutionPanel(props: { {outcome === 'YES' ? ( <> Winnings will be paid out to YES bettors. You earn{' '} - {CREATOR_FEE * 100}%. + {CREATOR_FEE * 100}% of trader profits. > ) : outcome === 'NO' ? ( <> Winnings will be paid out to NO bettors. You earn{' '} - {CREATOR_FEE * 100}%. + {CREATOR_FEE * 100}% of trader profits. > ) : outcome === 'CANCEL' ? ( <>The pool will be returned to traders with no fees.> ) : outcome === 'MKT' ? ( <> Traders will be paid out at the probability you specify. You earn{' '} - {CREATOR_FEE * 100}%. + {CREATOR_FEE * 100}% of trader profits. > ) : ( <>Resolving this market will immediately pay out traders.> diff --git a/web/pages/about.tsx b/web/pages/about.tsx index 47e796a7..360273d8 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -133,7 +133,7 @@ function Contents() {
The creator of the prediction market decides the outcome and earns{' '} - {CREATOR_FEE * 100}% of the winnings as a commission for creating and + {CREATOR_FEE * 100}% of trader profits. as a commission for creating and resolving the market.
diff --git a/web/pages/create.tsx b/web/pages/create.tsx
index 94c0e92e..3449903d 100644
--- a/web/pages/create.tsx
+++ b/web/pages/create.tsx
@@ -177,7 +177,7 @@ export function NewContract(props: { question: string; tag?: string }) {
Market ante