mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fix error message typo on web socket fail
This commit is contained in:
parent
9a056ff9ca
commit
699bfcc709
@ -127,7 +127,7 @@ var IPython = (function (IPython) {
|
||||
return;
|
||||
}
|
||||
console.log('WebSocket connection failed: ', ws_url)
|
||||
msg = "A WebSocket connection to could not be established." +
|
||||
msg = "A WebSocket connection could not be established." +
|
||||
" You will NOT be able to run code. Check your" +
|
||||
" network connection or notebook server configuration.";
|
||||
IPython.dialog.modal({
|
||||
|
Loading…
Reference in New Issue
Block a user