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:
Linus Flood
2025-06-27 06:52:25 +00:00
parent 5736c437b6
commit 39250e21e3

View File

@@ -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}>