fix: sync English labels
This commit is contained in:
@@ -478,7 +478,7 @@ function BreakfastPriceList() {
|
||||
<span>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "{price} / Years 4-12 / Night",
|
||||
defaultMessage: "{price}/night for kids (ages 4–12)",
|
||||
},
|
||||
{
|
||||
price: `${breakfastData.priceChild} ${breakfastData.currency}`,
|
||||
@@ -496,15 +496,11 @@ function BreakfastPriceList() {
|
||||
</div>
|
||||
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
<span>{`${intl.formatMessage({
|
||||
defaultMessage: "Free",
|
||||
})} / ${intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "Under {age} years",
|
||||
},
|
||||
{ age: 4 }
|
||||
)}`}</span>
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Free for kids (under 4)",
|
||||
})}
|
||||
</span>
|
||||
</Typography>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user