From 4ab751286fdbecdc1b23ed16104b4fca38c6840d Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Thu, 11 Jun 2020 00:17:13 -0700 Subject: [PATCH] Spacing between info sentence and link --- ui/page/help/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx index 43a746b58..de11131e1 100644 --- a/ui/page/help/view.jsx +++ b/ui/page/help/view.jsx @@ -207,7 +207,7 @@ class HelpPage extends React.PureComponent { subtitle={ this.state.upgradeAvailable !== null && this.state.upgradeAvailable ? ( - {__('A newer version of LBRY is available.')} + {__('A newer version of LBRY is available.')}{' '}