From e8968a9eafccce53b5df00011e2d20833a11e210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 23 Sep 2025 11:25:53 +0000 Subject: [PATCH] Merged in fix/Lokalise (pull request #2851) fix label typo * fix label typo Approved-by: Bianca Widstam --- apps/partner-sas/i18n/dictionaries/en.json | 6 ++++++ apps/scandic-web/i18n/dictionaries/en.json | 6 ++++++ .../booking-flow/lib/components/BookingFlowInput/errors.ts | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/partner-sas/i18n/dictionaries/en.json b/apps/partner-sas/i18n/dictionaries/en.json index f74ba3819..2ffaac008 100644 --- a/apps/partner-sas/i18n/dictionaries/en.json +++ b/apps/partner-sas/i18n/dictionaries/en.json @@ -7470,6 +7470,12 @@ "value": "Spice things up" } ], + "rb5xpI": [ + { + "type": 0, + "value": "Multi-room bookings are not available with EuroBonus points." + } + ], "rbrahO": [ { "type": 0, diff --git a/apps/scandic-web/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json index f74ba3819..2ffaac008 100644 --- a/apps/scandic-web/i18n/dictionaries/en.json +++ b/apps/scandic-web/i18n/dictionaries/en.json @@ -7470,6 +7470,12 @@ "value": "Spice things up" } ], + "rb5xpI": [ + { + "type": 0, + "value": "Multi-room bookings are not available with EuroBonus points." + } + ], "rbrahO": [ { "type": 0, diff --git a/packages/booking-flow/lib/components/BookingFlowInput/errors.ts b/packages/booking-flow/lib/components/BookingFlowInput/errors.ts index 60e7259b9..e3d36ad26 100644 --- a/packages/booking-flow/lib/components/BookingFlowInput/errors.ts +++ b/packages/booking-flow/lib/components/BookingFlowInput/errors.ts @@ -50,7 +50,7 @@ export function getErrorMessage( return partner === ScandicPartnersEnum.sas ? intl.formatMessage({ defaultMessage: - "Multi-room booking is not available with euro bonus points.", + "Multi-room bookings are not available with EuroBonus points.", }) : intl.formatMessage({ defaultMessage: