diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
index cde880303..73e29790c 100644
--- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
@@ -21,7 +21,7 @@ export function UnlinkSAS() {
})}
bodyText={intl.formatMessage({
defaultMessage:
- "This will remove any membership level upgrades gained from the linking.",
+ "This will remove any membership level upgrades gained from the linking. You can re-link your accounts again in 30 days.",
})}
cancelButtonText={intl.formatMessage({
defaultMessage: "Go back",
diff --git a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
index 77f0781af..f20a44425 100644
--- a/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
@@ -241,7 +241,7 @@ async function TierMatchMessage({
noBoost: intl.formatMessage(
{
defaultMessage:
- "EuroBonus {sasLevelName} and {scandicLevelName} are equally matched tiers. Level up in one of your memberships to qualify for an upgrade!",
+ "EuroBonus {sasLevelName} and {scandicLevelName} are equally matched. Level up in one of your memberships to qualify for an upgrade!",
},
messageValues
),