We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086929d commit ccb4d29Copy full SHA for ccb4d29
kernel/src/index.ts
@@ -60,7 +60,7 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
60
61
// If the deivce is already connected, update the welcome panel
62
if (serviceContainer.deviceService.isConnected()) {
63
- welcomePanel.updateOnConnection("Device already connected");
+ welcomePanel.updateOnConnection("Connected");
64
}
65
66
await kernel.ready;
0 commit comments