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: Assets/AltTester/Runtime/AltDriver/Communication/DriverWebSocketClient.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public class DriverWebSocketClient
56
56
publicstringURI{get{returnthis.uri;}}
57
57
publicboolDriverRegisteredCalled=false;
58
58
59
-
privatestringwrongProtocolMessage="An exception has occurred while trying to connect. The protocol might be incorrect";
59
+
privatestringwrongProtocolMessage="An exception occurred while attempting to connect. The selected protocol may be incorrect. Try choosing a different protocol from the dropdown below.";
0 commit comments