From 0ebb427a0044f8857da4ceae0ced2e3a2f02af93 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Thu, 18 Mar 2021 02:04:25 +0200 Subject: [PATCH] Update the server error message --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 9f3489df8..1bd8fdf01 100644 --- a/i18n/en.i18n.json +++ b/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)"