update app-strings
This commit is contained in:
parent
a59e0c928f
commit
c1bd9ad6af
2 changed files with 2 additions and 1 deletions
|
@ -1323,5 +1323,6 @@
|
||||||
"Sync my YouTube channel": "Sync my YouTube channel",
|
"Sync my YouTube channel": "Sync my YouTube channel",
|
||||||
"Pinned by @%channel%": "Pinned by @%channel%",
|
"Pinned by @%channel%": "Pinned by @%channel%",
|
||||||
"Pinned by creator": "Pinned by creator",
|
"Pinned by creator": "Pinned by creator",
|
||||||
|
"Claim Your %reward_amount% Credit Invite Reward": "Claim Your %reward_amount% Credit Invite Reward",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ class InviteList extends React.PureComponent<Props> {
|
||||||
<div className="card__actions--inline">
|
<div className="card__actions--inline">
|
||||||
<RewardLink
|
<RewardLink
|
||||||
button
|
button
|
||||||
label={__(`Claim Your ${rewardAmount} Credit Invite Reward`)}
|
label={__(`Claim Your %reward_amount% Credit Invite Reward`, { reward_amount: rewardAmount })}
|
||||||
claim_code={referralReward.claim_code}
|
claim_code={referralReward.claim_code}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue