From 0ed94b16c391adbdbe804074a27b013db2daff08 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 3 Jun 2025 06:44:15 +0000 Subject: [PATCH] fix(SW-2906): Changed copyright token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Christian Andolf Approved-by: Matilda Landström --- apps/scandic-web/components/Footer/Details/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/scandic-web/components/Footer/Details/index.tsx b/apps/scandic-web/components/Footer/Details/index.tsx index 137f4dca7..297d86aa8 100644 --- a/apps/scandic-web/components/Footer/Details/index.tsx +++ b/apps/scandic-web/components/Footer/Details/index.tsx @@ -43,7 +43,7 @@ export default async function FooterDetails() { {intl.formatMessage( { defaultMessage: - "© {currentYear} Scandic AB All rights reserved", + "© {currentYear} Scandic Hotels all rights reserved", }, { currentYear } )} @@ -97,7 +97,7 @@ export async function FooterDetailsSkeleton() { {intl.formatMessage( { defaultMessage: - "© {currentYear} Scandic AB All rights reserved", + "© {currentYear} Scandic Hotels all rights reserved", }, { currentYear } )}