diff --git a/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx index 2210613bf..d25257c4d 100644 --- a/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx @@ -33,12 +33,11 @@ export default function PaymentDetails() {
{hasAllRoomsLoaded ? ( - {intl.formatMessage( - { id: "{amount} has been paid" }, - { - amount: formatPrice(intl, grandTotal, currencyCode), - } - )} + {`${intl.formatMessage({ id: "Total cost" })}: ${formatPrice( + intl, + grandTotal, + currencyCode + )}`} ) : (