Skip to content

Commit fc3a771

Browse files
committed
fixed typo in "UNREGISTERED_DEVICE" websocket error
1 parent 7e19a54 commit fc3a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/components/utils/TargetDetachedDialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class TargetDetachedDialog extends SDK.SDKModel.SDKModel<void> implements
5151
return null;
5252
}
5353

54-
if (connectionLostDetails.code === "1011" && connectionLostDetails.reason?.includes('[UREGISTERED_DEVICE]')) {
54+
if (connectionLostDetails.code === "1011" && connectionLostDetails.reason?.includes('[UNREGISTERED_DEVICE]')) {
5555
return i18nString(UIStrings.websocketDisconnectedUnregisteredDevice);
5656
}
5757

0 commit comments

Comments
 (0)