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. );