Merged in fix/sw-2557-sas-english-copy-fixes (pull request #1915)
Fixes for English copy in SAS flow * Update noBoost message * Update unlink warning copy Approved-by: Linus Flood
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -241,7 +241,7 @@ async function TierMatchMessage({
|
||||
noBoost: intl.formatMessage(
|
||||
{
|
||||
defaultMessage:
|
||||
"<sasMark>EuroBonus {sasLevelName}</sasMark> and <scandicMark>{scandicLevelName}</scandicMark> are equally matched tiers. Level up in one of your memberships to qualify for an upgrade!",
|
||||
"<sasMark>EuroBonus {sasLevelName}</sasMark> and <scandicMark>{scandicLevelName}</scandicMark> are equally matched. Level up in one of your memberships to qualify for an upgrade!",
|
||||
},
|
||||
messageValues
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user