summaryrefslogtreecommitdiffstats
path: root/web/react/utils/client.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-25 13:37:06 -0700
committerit33 <iantien@gmail.com>2015-10-25 13:37:06 -0700
commit6afe95158c9cda38bb87ef193e77435f339b846b (patch)
treea544656e40f333f6b43456075bf5da425ec6650a /web/react/utils/client.jsx
parentdc439fd7e84d54a95f6c0ac2b51a21e634777436 (diff)
downloadchat-6afe95158c9cda38bb87ef193e77435f339b846b.tar.gz
chat-6afe95158c9cda38bb87ef193e77435f339b846b.tar.bz2
chat-6afe95158c9cda38bb87ef193e77435f339b846b.zip
Update websocket error
Getting this error when websockets is properly configured and connection is just slow
Diffstat (limited to 'web/react/utils/client.jsx')
-rw-r--r--web/react/utils/client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx
index bc73f3c64..a93257dd2 100644
--- a/web/react/utils/client.jsx
+++ b/web/react/utils/client.jsx
@@ -34,7 +34,7 @@ function handleError(methodName, xhr, status, err) {
if (oldError && oldError.connErrorCount) {
errorCount += oldError.connErrorCount;
- connectError = 'We cannot reach the Mattermost service. The service may be down or misconfigured. Please contact an administrator to make sure the WebSocket port is configured properly.';
+ connectError = 'Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port.';
}
e = {message: connectError, connErrorCount: errorCount};