diff --git a/web/src/components/Loading.js b/web/src/components/Loading.js index 1210a56f..c8949412 100644 --- a/web/src/components/Loading.js +++ b/web/src/components/Loading.js @@ -5,7 +5,7 @@ const Loading = ({ prompt: name = 'page' }) => { return ( - 加载{name}中... + Loading{name}... );