Update Loading.js

This commit is contained in:
analogpvt 2023-05-19 23:59:44 +05:30 committed by GitHub
parent 40b4f9a447
commit 257a7c7340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ const Loading = ({ prompt: name = 'page' }) => {
return (
<Segment style={{ height: 100 }}>
<Dimmer active inverted>
<Loader indeterminate>加载{name}...</Loader>
<Loader indeterminate>Loading{name}...</Loader>
</Dimmer>
</Segment>
);