fix: improve labels

This commit is contained in:
Michael Zetterberg
2025-02-28 13:26:47 +01:00
parent a25b9bfba0
commit b8ad88de1b
25 changed files with 201 additions and 169 deletions

View File

@@ -69,7 +69,7 @@ export default function Header({
</hgroup>
<Subtitle color="uiTextHighContrast" type="two">
{intl.formatMessage(
{ id: "Reservation number {value}" },
{ id: "Booking number {value}" },
{
value: booking.confirmationNumber,
}

View File

@@ -84,7 +84,7 @@ export default async function HotelInfoCard({ hotelData }: HotelInfoCardProps) {
})}
</div>
<ReadMore
label={intl.formatMessage({ id: "Show all amenities" })}
label={intl.formatMessage({ id: "See all amenities" })}
hotelId={hotel.operaId}
hotel={hotel}
showCTA={false}