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"
|
||||
intent="primary"
|
||||
>
|
||||
{reward.operaRewardId}
|
||||
<CopyIcon color="pale" />
|
||||
{intl.formatMessage({ id: "Copy promotion code" })}
|
||||
</Button>
|
||||
</footer>
|
||||
</>
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function MembershipNumberBadge({
|
||||
return (
|
||||
<div className={styles.rewardBadge}>
|
||||
<Caption textAlign="center" color="uiTextHighContrast">
|
||||
{intl.formatMessage({ id: "Membership ID:" })} {membershipNumber}
|
||||
{intl.formatMessage({ id: "Membership ID" })}: {membershipNumber}
|
||||
</Caption>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
"Contact us": "Contact us",
|
||||
"Continue": "Continue",
|
||||
"Copied to clipboard": "Copied to clipboard",
|
||||
"Copy promotion code": "Copy promotion code",
|
||||
"Copyright all rights reserved": "Scandic AB All rights reserved",
|
||||
"Could not find requested resource": "Could not find requested resource",
|
||||
"Country": "Country",
|
||||
@@ -364,6 +365,7 @@
|
||||
"Print confirmation": "Print confirmation",
|
||||
"Proceed to login": "Proceed to login",
|
||||
"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",
|
||||
"Public price from": "Public price from",
|
||||
"Public transport": "Public transport",
|
||||
|
||||
Reference in New Issue
Block a user