fix loading message
This commit is contained in:
parent
e784897afe
commit
d9000dda0d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue