From 6d9c84c9bd0ea3962768c7f7f2c2fb1623488b8d Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 3 Sep 2023 10:22:47 +0800 Subject: [PATCH] :art: Update text --- app/electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron/main.js b/app/electron/main.js index aa7ba2695..7a3c4046e 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -499,7 +499,7 @@ const initKernel = (workspace, port, lang) => { showWindow(workspaces[0].browserWindow); } - errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "
该工作空间正在被使用。
The workspace is in use.
"); + errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "
该工作空间正在被使用,请尝试在任务管理器中结束 SiYuan-Kernel 进程或者重启操作系统后再启动思源。
The workspace is being used, please try to end the SiYuan-Kernel process in the task manager or restart the operating system and then start SiYuan.
"); break; case 25: errorWindowId = showErrorWindow("⚠️ 初始化工作空间失败 Failed to create workspace directory", "
初始化工作空间失败。
Failed to init workspace.
");