From 35051bf67bf27ad1a68ed4321953535030d0918c Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 21 Jul 2015 17:29:58 +0200 Subject: [PATCH] fixed media player text --- js/components/ascribe_media/media_player.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/components/ascribe_media/media_player.js b/js/components/ascribe_media/media_player.js index 598c6d2d..b4d821ae 100644 --- a/js/components/ascribe_media/media_player.js +++ b/js/components/ascribe_media/media_player.js @@ -153,7 +153,10 @@ let MediaPlayer = React.createClass({ if (this.props.mimetype === 'video' && this.props.encodingStatus !== undefined && this.props.encodingStatus !== 100) { return (
-

We successfully received your video and it is now being encoded, you can leave this page and check back on the status later.

+

+ We successfully received your video and it is now being encoded. +
You can leave this page and check back on the status later.
+