spelling fixes

This commit is contained in:
Thomas Zarebczan 2018-03-16 17:13:43 -04:00 committed by GitHub
parent 9e32f655b9
commit 7afe78e46f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,10 +309,10 @@ class SettingsPage extends React.PureComponent {
onChange={this.onShareDataChange.bind(this)}
defaultChecked={daemonSettings.share_usage_data}
label={__(
'Help make LBRY better by contributing analytics and diagnostic data and about my usage.'
'Help make LBRY better by contributing analytics and diagnostic data about my usage.'
)}
helper={__(
'You will be ineligble to earn rewards while diagnostics are not being shared.'
'You will be ineligible to earn rewards while diagnostics are not being shared.'
)}
/>
</div>