🎨 Update text

This commit is contained in:
Daniel 2023-09-03 10:22:47 +08:00
parent 1e672299df
commit 6d9c84c9bd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -499,7 +499,7 @@ const initKernel = (workspace, port, lang) => {
showWindow(workspaces[0].browserWindow);
}
errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "<div>该工作空间正在被使用。</div><div>The workspace is in use.</div>");
errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "<div>该工作空间正在被使用,请尝试在任务管理器中结束 SiYuan-Kernel 进程或者重启操作系统后再启动思源。</div><div>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.</div>");
break;
case 25:
errorWindowId = showErrorWindow("⚠️ 初始化工作空间失败 Failed to create workspace directory", "<div>初始化工作空间失败。</div><div>Failed to init workspace.</div>");