You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front_end/ui/legacy/components/utils/TargetDetachedDialog.ts
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,16 @@ const UIStrings = {
13
13
*@description Text on the remote debugging window to indicate the connection is lost
14
14
*/
15
15
websocketDisconnected: 'WebSocket disconnected',
16
+
/**
17
+
*@description Text on the remote debugging window to indicate the connection cannot be made because the device is not connected
18
+
*/
19
+
websocketDisconnectedNonRegisteredDevice: 'The corresponding app for this DevTools session cannot be found. Please relaunch DevTools from the terminal.',
0 commit comments