From 14dd9acd3b7125854fd47f5cd052fe5b4b0ff73f Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 10 Jan 2018 16:49:40 -0700 Subject: [PATCH] changed copy for error --- errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.js b/errors.js index 9078dc866..3fafb7ec3 100644 --- a/errors.js +++ b/errors.js @@ -158,7 +158,7 @@ const ErrNotAuthorized = new APIError('not authorized', { // ErrSettingsNotInit is returned when the settings are required but not // initialized. -const ErrSettingsNotInit = new Error('settings not initialized, run `./bin/cli setup` to setup the application first'); +const ErrSettingsNotInit = new Error('Talk is currently not setup. Please proceed to our webinstaller at $ROOT_URL/admin/install or run ./bin/cli-setup. Visit https://coralproject.github.io/talk/ for more information on installation and configuration instructions'); // ErrSettingsInit is returned when the setup endpoint is hit and we are already // initialized.