Merge pull request #1591 from lbryio/fix-log-text

Fix wording + add link
This commit is contained in:
Sean Yesmunt 2018-06-13 15:54:14 -04:00 committed by GitHub
commit 4b390df215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,9 +152,8 @@ class HelpPage extends React.PureComponent<Props, State> {
<section className="card card--section">
<div className="card__title">{__('View your Log')}</div>
<p className="card__subtitle">
{__(
'Do you find something wrong? Have a look in your log, or send your log to support for some help.'
)}
{__('Did something go wrong? Have a look in your log file, or send it to')}{' '}
<Button button="link" label={__('support')} href="https://lbry.io/faq/support" />.
</p>
<div className="card__actions">
<Button