update app-strings

This commit is contained in:
Sean Yesmunt 2020-10-08 13:15:22 -04:00
parent a59e0c928f
commit c1bd9ad6af
2 changed files with 2 additions and 1 deletions

View file

@ -1323,5 +1323,6 @@
"Sync my YouTube channel": "Sync my YouTube channel",
"Pinned by @%channel%": "Pinned by @%channel%",
"Pinned by creator": "Pinned by creator",
"Claim Your %reward_amount% Credit Invite Reward": "Claim Your %reward_amount% Credit Invite Reward",
"--end--": "--end--"
}

View file

@ -50,7 +50,7 @@ class InviteList extends React.PureComponent<Props> {
<div className="card__actions--inline">
<RewardLink
button
label={__(`Claim Your ${rewardAmount} Credit Invite Reward`)}
label={__(`Claim Your %reward_amount% Credit Invite Reward`, { reward_amount: rewardAmount })}
claim_code={referralReward.claim_code}
/>
</div>