Changed slight wording.

This commit is contained in:
Sean Li 2015-02-23 09:42:40 -08:00
parent 6942d6790e
commit 6c38bf7347
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ var ContainerHome = React.createClass({
} else if (this.state.blocked) {
body = (
<div className="details-progress">
<h2>Waiting For Another Image to Download</h2>
<h2>Waiting For Another Download</h2>
<Radial spin="true" progress="90" thick={true} transparent={true}/>
</div>
);