Merged in fix/confirmation-payment-details-text (pull request #1596)

fix: update Payment Details text

* fix: update Payment Details text


Approved-by: Simon.Emanuelsson
This commit is contained in:
Arvid Norlin
2025-03-24 08:04:25 +00:00
parent efa7336ebd
commit 81b44b357c

View File

@@ -33,12 +33,11 @@ export default function PaymentDetails() {
<div className={styles.payment}>
{hasAllRoomsLoaded ? (
<Body color="uiTextHighContrast">
{intl.formatMessage(
{ id: "{amount} has been paid" },
{
amount: formatPrice(intl, grandTotal, currencyCode),
}
)}
{`${intl.formatMessage({ id: "Total cost" })}: ${formatPrice(
intl,
grandTotal,
currencyCode
)}`}
</Body>
) : (
<SkeletonShimmer width={"100%"} />