update reward tile copy
This commit is contained in:
parent
649fff500a
commit
27790e7c5a
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@ const RewardTile = (props: Props) => {
|
||||||
<Button button="primary" onClick={openRewardCodeModal} label={__('Enter Code')} />
|
<Button button="primary" onClick={openRewardCodeModal} label={__('Enter Code')} />
|
||||||
)}
|
)}
|
||||||
{reward.reward_type === rewards.TYPE_REFERRAL && (
|
{reward.reward_type === rewards.TYPE_REFERRAL && (
|
||||||
<Button button="primary" navigate="/$/invite" label={__('Go To Invites')} />
|
<Button button="primary" navigate="/$/invite" label={__('Go to Invites')} />
|
||||||
)}
|
)}
|
||||||
{reward.reward_type === rewards.TYPE_REFEREE && (
|
{reward.reward_type === rewards.TYPE_REFEREE && (
|
||||||
<Button
|
<Button
|
||||||
button="primary"
|
button="primary"
|
||||||
onClick={openSetReferrerModal}
|
onClick={openSetReferrerModal}
|
||||||
label={referrerSet ? __('Change Referrer') : __('Set Referrer')}
|
label={referrerSet ? __('Change Invitee') : __('Set Invitee')}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{reward.reward_type !== rewards.TYPE_REFERRAL &&
|
{reward.reward_type !== rewards.TYPE_REFERRAL &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue