summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-25 13:37:49 -0700
committerit33 <iantien@gmail.com>2015-10-25 13:37:49 -0700
commitaf62f4d57112d35ba9da37216eaed72c18923102 (patch)
tree94928999b0bb989309ba74a7f3e65da7f6e5e0f8 /web
parent6afe95158c9cda38bb87ef193e77435f339b846b (diff)
downloadchat-af62f4d57112d35ba9da37216eaed72c18923102.tar.gz
chat-af62f4d57112d35ba9da37216eaed72c18923102.tar.bz2
chat-af62f4d57112d35ba9da37216eaed72c18923102.zip
Update help
Diffstat (limited to 'web')
-rw-r--r--web/react/stores/socket_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/stores/socket_store.jsx b/web/react/stores/socket_store.jsx
index 9410c1e9c..455b5b042 100644
--- a/web/react/stores/socket_store.jsx
+++ b/web/react/stores/socket_store.jsx
@@ -86,7 +86,7 @@ class SocketStoreClass extends EventEmitter {
this.failCount = this.failCount + 1;
- ErrorStore.storeLastError({connErrorCount: this.failCount, message: '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.'});
+ ErrorStore.storeLastError({connErrorCount: this.failCount, message: 'Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port.'});
ErrorStore.emitChange();
};