add invite disclaimer text
This commit is contained in:
parent
8a7cd863be
commit
094a7995d2
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ class InviteList extends React.PureComponent {
|
|||
</tbody>
|
||||
</table>}
|
||||
</div>
|
||||
<div className="card__content">
|
||||
<div className="help">
|
||||
{__(
|
||||
"The maximum number of invite rewards is currently limited. Invite reward can only be claimed if the invitee passes the humanness test."
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue