1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

fixed media player text

This commit is contained in:
diminator 2015-07-21 16:59:19 +02:00
parent e7d85d6eb8
commit af59c70364

View File

@ -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>