瀏覽代碼

Update the server error message

John Supplee 4 年之前
父節點
當前提交
0ebb427a00
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      i18n/en.i18n.json

+ 1 - 1
i18n/en.i18n.json

@@ -980,7 +980,7 @@
   "cardsSortPopup-title": "Sort Cards",
   "due-date": "Due Date",
   "server-error": "Server Error",
-  "server-error-troubleshooting": "Please submit the error generated by the server.\nFor a snap installation on Linux, run: `sudo journalctl -u 'snap.wekan.*'`",
+  "server-error-troubleshooting": "Please submit the error generated by the server.\nFor a snap installation, run: `sudo snap logs wekan.wekan`\nFor a Docker installation, run: `sudo docker logs wekan-app`",
   "title-alphabetically": "Title (Alphabetically)",
   "created-at-newest-first": "Created At (Newest First)",
   "created-at-oldest-first": "Created At (Oldest First)"