fix loading message

This commit is contained in:
Travis Eden 2018-10-16 10:30:21 -04:00
parent e784897afe
commit d9000dda0d

View file

@ -12,7 +12,7 @@ class PublishStatus extends React.Component {
{status === publishStates.LOAD_START && {status === publishStates.LOAD_START &&
<div className={'status'}> <div className={'status'}>
<Row> <Row>
<p>le is loading to server</p> <p>File is loading to server</p>
</Row> </Row>
<Row> <Row>
<p className={'text--secondary'}>0%</p> <p className={'text--secondary'}>0%</p>