mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
fixed media player text
This commit is contained in:
parent
e7d85d6eb8
commit
af59c70364
@ -153,7 +153,7 @@ let MediaPlayer = React.createClass({
|
||||
if (this.props.mimetype === 'video' && this.props.encodingStatus !== undefined && this.props.encodingStatus !== 100) {
|
||||
return (
|
||||
<div className="ascribe-detail-header ascribe-media-player">
|
||||
<p><em>Please be patient, the video is being encoded</em></p>
|
||||
<p><em>We successfully received your video and it is now being encoded, you can leave this page and check back on the status later.</em></p>
|
||||
<ProgressBar now={this.props.encodingStatus}
|
||||
label='%(percent)s%' />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user