Update Loading.js
This commit is contained in:
parent
40b4f9a447
commit
257a7c7340
@ -5,7 +5,7 @@ const Loading = ({ prompt: name = 'page' }) => {
|
|||||||
return (
|
return (
|
||||||
<Segment style={{ height: 100 }}>
|
<Segment style={{ height: 100 }}>
|
||||||
<Dimmer active inverted>
|
<Dimmer active inverted>
|
||||||
<Loader indeterminate>加载{name}中...</Loader>
|
<Loader indeterminate>Loading{name}...</Loader>
|
||||||
</Dimmer>
|
</Dimmer>
|
||||||
</Segment>
|
</Segment>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user