Merged in fix/checkout-translation (pull request #2456)
Fixed checkout translation * Fixed checkout translation * Added comma Approved-by: Bianca Widstam
This commit is contained in:
@@ -145,15 +145,8 @@ export default function Room({
|
|||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{intl.formatMessage(
|
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||||
{
|
{`${toDate.format(longDateFormat[lang])}, ${checkOutTime}`}
|
||||||
defaultMessage: "{checkOutDate} from {checkOutTime}",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
checkOutDate: toDate.format(longDateFormat[lang]),
|
|
||||||
checkOutTime: checkOutTime,
|
|
||||||
}
|
|
||||||
)}
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li className={styles.listItem}>
|
<li className={styles.listItem}>
|
||||||
|
|||||||
Reference in New Issue
Block a user