The form now displays a help message.
This commit is contained in:
parent
a701011245
commit
4d60f96b85
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue