feat: add market termination warning banner - improve wording

This commit is contained in:
maciek
2023-10-10 17:22:12 +02:00
parent 42fec5b4a2
commit c03f400955
@@ -64,12 +64,12 @@ export const MarketTerminationBanner = ({
</div>
<div>
{t(
'This market will close to trading in %s. You will not be able to hold a position on this market after %s.',
[formattedDuration, dayMonthDate]
'You will no longer be able to hold a position on this market when it closes in %s.',
[formattedDuration]
)}{' '}
{price &&
assetSymbol &&
t('The final price will be %s %s', [
t('The final price will be %s %s.', [
addDecimalsFormatNumber(price, market.decimalPlaces),
assetSymbol,
])}