Merged in fix/SW-2608-add-per-night-child-breakfast (pull request #1993)
fix(SW-2608): add per night for children breakfast * fix(SW-2608): add per night for children breakfast * fix(SW-2608): capitalized according to figma Approved-by: Michael Zetterberg
This commit is contained in:
@@ -440,7 +440,7 @@ function BreakfastPriceList() {
|
||||
<span>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "{price} / Adult / night",
|
||||
defaultMessage: "{price} / Adult / Night",
|
||||
},
|
||||
{
|
||||
price: `${breakfastData.priceAdult} ${breakfastData.currency}`,
|
||||
@@ -456,12 +456,16 @@ function BreakfastPriceList() {
|
||||
</div>
|
||||
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
<span>{`${breakfastData.priceChild} ${breakfastData.currency} / ${intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "Years",
|
||||
}
|
||||
)} 4-12`}</span>
|
||||
<span>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "{price} / Years 4-12 / Night",
|
||||
},
|
||||
{
|
||||
price: `${breakfastData.priceChild} ${breakfastData.currency}`,
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
</Typography>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user