add invite disclaimer text

This commit is contained in:
Jeremy Kauffman 2017-08-31 14:39:30 -04:00
parent 8a7cd863be
commit 094a7995d2

View file

@ -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>
);
}