diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 20f8fbec..0df46d4d 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -123,7 +123,10 @@ export function NewContract(props: { question: string; tag?: string }) { await router.push(contractPath(result.contract as Contract)) } - const descriptionPlaceholder = `e.g. This market resolves to "YES" if, two weeks after closing, the...` + const descriptionPlaceholder = + outcomeType === 'BINARY' + ? `e.g. This market resolves to "YES" if, two weeks after closing, the...` + : `e.g. I will choose the answer according to...` if (!creator) return <>