From 4462adf7324e744199ea4b3b76171f4186bfa3bb Mon Sep 17 00:00:00 2001 From: DanFosing <65554751+DanFosing@users.noreply.github.com> Date: Sat, 20 May 2023 16:50:50 +0200 Subject: [PATCH] Update index.js --- web/src/pages/NotFound/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/NotFound/index.js b/web/src/pages/NotFound/index.js index 08a95f9d..9f86274b 100644 --- a/web/src/pages/NotFound/index.js +++ b/web/src/pages/NotFound/index.js @@ -12,7 +12,7 @@ const NotFound = () => ( className="small-icon" /> - 未找到所请求的页面 + Requested page was not found. );