The form now displays a help message.

This commit is contained in:
hackrush 2017-07-29 14:06:42 +05:30
parent a701011245
commit 4d60f96b85

View file

@ -86,6 +86,9 @@ class TipLink extends React.PureComponent {
button="alt"
onClick={this.handleTipCancelButtonClicked.bind(this)}
/>
<div className="form-field__helper">
{__("This sends the entered amount of LBCs to the publisher.")}
</div>
</span>
);