From 01884bd3df156e202ac44dad68a2b4d075738d18 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 16 Mar 2022 19:42:42 -0700 Subject: [PATCH] Remove 'pool' from label --- web/components/resolution-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx index 2fe4717d..b22a45e4 100644 --- a/web/components/resolution-panel.tsx +++ b/web/components/resolution-panel.tsx @@ -101,7 +101,7 @@ export function ResolutionPanel(props: { You will earn {earnedFees}. ) : outcome === 'CANCEL' ? ( - <>The pool will be returned to traders with no fees. + <>All trades will be returned with no fees. ) : outcome === 'MKT' ? (
Traders will be paid out at the probability you specify: