From df9b498e181848923daa34aa4af2f0a191d0399a Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 19 Jan 2022 16:07:58 -0600 Subject: [PATCH] "Market closes" => "Trading ends" --- web/components/contract-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/contract-card.tsx b/web/components/contract-card.tsx index 53b9f131..26d18023 100644 --- a/web/components/contract-card.tsx +++ b/web/components/contract-card.tsx @@ -179,7 +179,7 @@ export function ContractDetails(props: { contract: Contract }) { {' - '} Date.now() ? 'Market closes: ' : 'Market closed:' + closeTime > Date.now() ? 'Trading ends:' : 'Trading ended:' } time={closeTime} >