Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
fix: suggest to reach help in the discourse community instead of Slack (
Browse files Browse the repository at this point in the history
#456)

* fix: suggest to reach help in the discourse community instead of Slack

* fix: change discourse to developpers community
  • Loading branch information
ghusse authored Aug 3, 2020
1 parent 0b669e0 commit 1bbba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ERROR_UNEXPECTED: 'An unexpected error occurred. Please reach out for help in our Slack community or create a Github issue with following error:',
ERROR_UNEXPECTED: 'An unexpected error occurred. Please reach out for help in our Developers community (https://community.forestadmin.com/) or create a Github issue with following error:',
ERROR_MISSING_PROJECT_NAME: 'Missing project name in the command.',
HINT_MISSING_PROJECT_NAME: 'Please specify a project name. Type lumber help for more information.',
ERROR_NOT_PARSABLE_CONNECTION_URL: 'Cannot parse the database dialect. Please, check the syntax of the database connection string.',
Expand Down

0 comments on commit 1bbba8c

Please sign in to comment.