From 54d9534d62cb1f1c948a6b14b2b6776fb5b9c826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 29 Dec 2025 09:01:40 +0000 Subject: [PATCH] Merged in feat/BOOK-691-children-label (pull request #3380) feat/BOOK-691-update-children-label * feat/BOOK-691-update-children-label Approved-by: Matilda Haneling --- .../GuestsRoomsPicker/ChildSelector/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx index 8014caae6..9a4c0a0fe 100644 --- a/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/ChildSelector/index.tsx @@ -3,8 +3,8 @@ import { useFormContext } from "react-hook-form" import { useIntl } from "react-intl" -import Caption from "@scandic-hotels/design-system/Caption" import Stepper from "@scandic-hotels/design-system/Stepper" +import { Typography } from "@scandic-hotels/design-system/Typography" import ChildInfoSelector from "./ChildInfoSelector" @@ -26,8 +26,8 @@ export default function ChildSelector({ }: ChildSelectorProps) { const intl = useIntl() const childrenLabel = intl.formatMessage({ - id: "common.children", - defaultMessage: "Children", + id: "bookingwidget.dropdown.children", + defaultMessage: "Children (0–12 years)", }) const { setValue } = useFormContext() @@ -55,9 +55,9 @@ export default function ChildSelector({ return ( <>
- - {childrenLabel} - + +

{childrenLabel}

+
{