1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

content copy for hash_locally

This commit is contained in:
diminator 2015-07-30 14:04:39 +02:00
parent 91078bfdd9
commit 950e63b6d0

View File

@ -117,8 +117,7 @@ let AccountSettings = React.createClass({
<InputCheckbox
defaultChecked={this.state.currentUser.profile.hash_locally}>
<span>
{' ' + getLangText('Enable hash option for slow connections. ' +
'Computes and uploads a hash of the work instead.')}
{' ' + getLangText('Enable hash option, e.g. slow connections or to keep piece private')}
</span>
</InputCheckbox>
</Property>