Skip to content

Commit ccb4d29

Browse files
Fix Connected msg after reconnect
1 parent 086929d commit ccb4d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
6060

6161
// If the deivce is already connected, update the welcome panel
6262
if (serviceContainer.deviceService.isConnected()) {
63-
welcomePanel.updateOnConnection("Device already connected");
63+
welcomePanel.updateOnConnection("Connected");
6464
}
6565

6666
await kernel.ready;

0 commit comments

Comments
 (0)