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>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "{checkOutDate} from {checkOutTime}",
|
||||
},
|
||||
{
|
||||
checkOutDate: toDate.format(longDateFormat[lang]),
|
||||
checkOutTime: checkOutTime,
|
||||
}
|
||||
)}
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
{`${toDate.format(longDateFormat[lang])}, ${checkOutTime}`}
|
||||
</p>
|
||||
</li>
|
||||
<li className={styles.listItem}>
|
||||
|
||||
Reference in New Issue
Block a user