fix: copy fixes for English labels
This commit is contained in:
@@ -148,7 +148,7 @@ export default function Details({ booking, user }: DetailsProps) {
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Total points",
|
||||
defaultMessage: "My total points",
|
||||
})}
|
||||
</p>
|
||||
</Typography>
|
||||
|
||||
@@ -26,7 +26,7 @@ export default async function Footer({ booking, room }: FooterProps) {
|
||||
<Typography variant="Body/Supporting text (caption)/smRegular">
|
||||
<dt>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Reference number",
|
||||
defaultMessage: "Booking number",
|
||||
})}
|
||||
</dt>
|
||||
</Typography>
|
||||
|
||||
@@ -117,7 +117,7 @@ export default function Confirmation({
|
||||
defaultMessage: "Confirm date change",
|
||||
})
|
||||
const totalDueMsg = intl.formatMessage({
|
||||
defaultMessage: "Total due",
|
||||
defaultMessage: "Pay at the hotel",
|
||||
})
|
||||
const adultsText = intl.formatMessage(
|
||||
{
|
||||
|
||||
@@ -149,7 +149,7 @@ export default function MultiRoom({ booking, roomNr, user }: MultiRoomProps) {
|
||||
) : (
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Reference",
|
||||
defaultMessage: "Booking number",
|
||||
})}
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
{":"}
|
||||
|
||||
@@ -175,7 +175,7 @@ export default function SingleRoom({ bedType, image, user }: RoomProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Reference",
|
||||
defaultMessage: "Booking number",
|
||||
})}
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
{":"}
|
||||
|
||||
Reference in New Issue
Block a user