fix(SW-2906): Changed copyright token

Approved-by: Christian Andolf
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-03 06:44:15 +00:00
parent a95ef65d02
commit 0ed94b16c3

View File

@@ -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 }
)}