From 257a7c7340aad5e3fb537a786838839530ff28fa Mon Sep 17 00:00:00 2001 From: analogpvt <72215823+analogpvt@users.noreply.github.com> Date: Fri, 19 May 2023 23:59:44 +0530 Subject: [PATCH] Update Loading.js --- web/src/components/Loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}... );