From beedfd1bb3eec36caa4d2d2e35ce7938631240fa Mon Sep 17 00:00:00 2001 From: analogpvt <72215823+analogpvt@users.noreply.github.com> Date: Fri, 19 May 2023 23:35:21 +0530 Subject: [PATCH] Update App.js --- web/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index b2699858..79bbfeec 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -52,11 +52,11 @@ function App() { process.env.REACT_APP_VERSION !== '' ) { showNotice( - `新版本可用:${data.version},请使用快捷键 Shift + F5 刷新页面` + `A new version is available: ${data.version}, Please use the shortcut key Shift + F5 to refresh the page.` ); } } else { - showError('无法正常连接至服务器!'); + showError('Unable to connect to the server.!'); } };