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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user