fix: added some missing redeem flow translations and fixed copy on button

This commit is contained in:
Christian Andolf
2025-01-09 14:20:54 +01:00
parent 6d58114d5a
commit 56276a6f19
3 changed files with 4 additions and 2 deletions

View File

@@ -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>
</>