From 4d60f96b85154adc4b8f35df14e1090dbc9d3af7 Mon Sep 17 00:00:00 2001 From: hackrush Date: Sat, 29 Jul 2017 14:06:42 +0530 Subject: [PATCH] The form now displays a help message. --- ui/js/component/tipLink/view.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/js/component/tipLink/view.jsx b/ui/js/component/tipLink/view.jsx index 7138e95aa..373f46257 100644 --- a/ui/js/component/tipLink/view.jsx +++ b/ui/js/component/tipLink/view.jsx @@ -86,6 +86,9 @@ class TipLink extends React.PureComponent { button="alt" onClick={this.handleTipCancelButtonClicked.bind(this)} /> +
+ {__("This sends the entered amount of LBCs to the publisher.")} +
);