From d6addd2398e8a4c26dba58617ba83be8f435e2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Wed, 17 Sep 2025 08:57:49 +0000 Subject: [PATCH] Merged in fix/update-health-card-script (pull request #2821) fix: update scripted text on health facility card * fix: update scripted text on health facility card Approved-by: Erik Tiekstra --- apps/scandic-web/types/components/hotelPage/facilities.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts index 336394552..b0e28c4d9 100644 --- a/apps/scandic-web/types/components/hotelPage/facilities.ts +++ b/apps/scandic-web/types/components/hotelPage/facilities.ts @@ -4,6 +4,7 @@ import type { HealthFacilities, } from "@scandic-hotels/trpc/types/hotel" import type { ActivitiesCard } from "@scandic-hotels/trpc/types/hotelPage" + import type { CardProps } from "@/components/TempDesignSystem/Card/card" export type FacilitiesProps = { @@ -56,7 +57,7 @@ export enum RestaurantHeadings { } export enum WellnessHeadings { - generic = "You got this!", + generic = "Here's to your health!", GymPool = "Gym & Pool", GymSauna = "Gym & Sauna", GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",