mirror of
https://github.com/ascribe/onion.git
synced 2025-02-02 04:49:41 +01:00
Fix wording and add localization
This commit is contained in:
parent
e53a45822b
commit
d6968b40b5
@ -155,7 +155,7 @@ let FileDragAndDrop = React.createClass({
|
||||
<p>{getLangText('Computing hash(es)... This may take a few minutes.')}</p>
|
||||
<p>
|
||||
<span>{Math.ceil(this.props.hashingProgress)}%</span>
|
||||
<span onClick={this.props.handleCancelHashing}> Abort hashing</span>
|
||||
<span onClick={this.props.handleCancelHashing}> {getLangText('Cancel hashing')}</span>
|
||||
</p>
|
||||
<ProgressBar completed={this.props.hashingProgress} color="#48DACB"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user