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
@@ -68,7 +68,7 @@ export function TransferPointsFormClient({
// Set max value to 1 if sasPoints is 0 since slider requires a range
maxValue={hasNoSasPoints ? 1 : sasPoints}
aria-label={intl.formatMessage({
defaultMessage: "EB points to transfer",
defaultMessage: "EB points to exchange",
})}
formatOptions={{
useGrouping: true,
@@ -89,7 +89,7 @@ export function TransferPointsFormClient({
<TextField type="number" isDisabled={disabled}>
<Input
label={intl.formatMessage({
defaultMessage: "EB points to transfer",
defaultMessage: "EB points to exchange",
})}
type="number"
min={0}
@@ -184,7 +184,7 @@ function ConfirmModal({
disabled={disabled}
>
{intl.formatMessage({
defaultMessage: "Transfer points",
defaultMessage: "Exchange points",
})}
</Button>
<Modal isOpen={isOpen} onToggle={handleToggle}>
@@ -198,7 +198,7 @@ function ConfirmModal({
<Typography variant="Title/Subtitle/lg">
<h3>
{intl.formatMessage({
defaultMessage: "Proceed with point transfer?",
defaultMessage: "Proceed with point exchange?",
})}
</h3>
</Typography>
@@ -246,7 +246,7 @@ function ConfirmModal({
color="none"
>
{intl.formatMessage({
defaultMessage: "Yes, I want to transfer my points",
defaultMessage: "Yes, I want to exchange my points",
})}
</Link>
</Button>