Skip to content

Commit ee41685

Browse files
author
Alberto Iannaccone
committed
localize web socket errors
1 parent f169e22 commit ee41685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/monitor-manager-proxy-client-impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class MonitorManagerProxyClientImpl
114114
} catch {
115115
this.messageService.error(
116116
nls.localize(
117-
'arduino/monitor/unableToConnectToWebSocket',
117+
'arduino/monitor/unableToCloseWebSocket',
118118
'Unable to close websocket'
119119
)
120120
);

0 commit comments

Comments
 (0)