fix(SW-2906): Changed copyright token
Approved-by: Christian Andolf Approved-by: Matilda Landström
This commit is contained in:
@@ -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 }
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user