Merged in feat/sw-3185-update-transfer-points-copy (pull request #2547)

Update SAS point transfer copy

* Update copy


Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-07-11 07:11:29 +00:00
parent e1d85ae8b3
commit 8f11bff6e9
5 changed files with 12 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ async function TransferPointsFormContent({
<Typography variant="Tag/sm">
<p>
{intl.formatMessage({
defaultMessage: "Transfer from",
defaultMessage: "Exchange from",
})}
</p>
</Typography>
@@ -140,7 +140,7 @@ async function TransferPointsFormContent({
<Typography variant="Tag/sm">
<p>
{intl.formatMessage({
defaultMessage: "Transfer to",
defaultMessage: "Exchange to",
})}
</p>
</Typography>
@@ -191,7 +191,7 @@ async function TransferPointsFormContent({
<Typography variant="Body/Supporting text (caption)/smRegular">
<p style={{ color: "var(--Text-Tertiary)" }}>
{intl.formatMessage({
defaultMessage: "Transferred points will not be level qualifying",
defaultMessage: "Exchanged points will not be level-qualifying.",
})}
</p>
</Typography>