fix: added some missing redeem flow translations and fixed copy on button
This commit is contained in:
@@ -49,8 +49,8 @@ export default function Campaign({ reward }: { reward: RewardWithRedeem }) {
|
|||||||
theme="base"
|
theme="base"
|
||||||
intent="primary"
|
intent="primary"
|
||||||
>
|
>
|
||||||
{reward.operaRewardId}
|
|
||||||
<CopyIcon color="pale" />
|
<CopyIcon color="pale" />
|
||||||
|
{intl.formatMessage({ id: "Copy promotion code" })}
|
||||||
</Button>
|
</Button>
|
||||||
</footer>
|
</footer>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default function MembershipNumberBadge({
|
|||||||
return (
|
return (
|
||||||
<div className={styles.rewardBadge}>
|
<div className={styles.rewardBadge}>
|
||||||
<Caption textAlign="center" color="uiTextHighContrast">
|
<Caption textAlign="center" color="uiTextHighContrast">
|
||||||
{intl.formatMessage({ id: "Membership ID:" })} {membershipNumber}
|
{intl.formatMessage({ id: "Membership ID" })}: {membershipNumber}
|
||||||
</Caption>
|
</Caption>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
"Contact us": "Contact us",
|
"Contact us": "Contact us",
|
||||||
"Continue": "Continue",
|
"Continue": "Continue",
|
||||||
"Copied to clipboard": "Copied to clipboard",
|
"Copied to clipboard": "Copied to clipboard",
|
||||||
|
"Copy promotion code": "Copy promotion code",
|
||||||
"Copyright all rights reserved": "Scandic AB All rights reserved",
|
"Copyright all rights reserved": "Scandic AB All rights reserved",
|
||||||
"Could not find requested resource": "Could not find requested resource",
|
"Could not find requested resource": "Could not find requested resource",
|
||||||
"Country": "Country",
|
"Country": "Country",
|
||||||
@@ -364,6 +365,7 @@
|
|||||||
"Print confirmation": "Print confirmation",
|
"Print confirmation": "Print confirmation",
|
||||||
"Proceed to login": "Proceed to login",
|
"Proceed to login": "Proceed to login",
|
||||||
"Proceed to payment method": "Proceed to payment method",
|
"Proceed to payment method": "Proceed to payment method",
|
||||||
|
"Promo code": "Promo code",
|
||||||
"Provide a payment card in the next step": "Provide a payment card in the next step",
|
"Provide a payment card in the next step": "Provide a payment card in the next step",
|
||||||
"Public price from": "Public price from",
|
"Public price from": "Public price from",
|
||||||
"Public transport": "Public transport",
|
"Public transport": "Public transport",
|
||||||
|
|||||||
Reference in New Issue
Block a user