"Market closes" => "Trading ends"
This commit is contained in:
parent
4cca60b16e
commit
df9b498e18
|
@ -179,7 +179,7 @@ export function ContractDetails(props: { contract: Contract }) {
|
||||||
{' - '}
|
{' - '}
|
||||||
<DateTimeTooltip
|
<DateTimeTooltip
|
||||||
text={
|
text={
|
||||||
closeTime > Date.now() ? 'Market closes: ' : 'Market closed:'
|
closeTime > Date.now() ? 'Trading ends:' : 'Trading ended:'
|
||||||
}
|
}
|
||||||
time={closeTime}
|
time={closeTime}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user