fix: improve labels
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user