Merge pull request #1178 from mattermost/update-web-socket-help

Update web socket help
Этот коммит содержится в:
Corey Hulen
2015-10-26 22:04:53 -07:00
родитель 118b7f50d2 af62f4d571
Коммит 2b198a8cfc
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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();
};