Skip to content

Commit a93fea5

Browse files
author
Spencer Alger
committed
updated error message
1 parent 734a470 commit a93fea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="panel-title">Cluster State</h3>
7979
// message
8080
if (err instanceof esFactory.errors.NoConnections) {
8181
$scope.error = new Error('Unable to connect to elasticsearch. ' +
82-
'Check that you can reach it at http://localhost:9200');
82+
'Make sure that it is running and listening at http://localhost:9200');
8383
}
8484
});
8585

0 commit comments

Comments
 (0)