Update tutorial error text to say 'Vive headset' instead of 'VR headset'

This commit is contained in:
Ryan Huffman 2016-10-14 13:15:23 -07:00
parent 97fbdc7c20
commit eb541e09f9

View file

@ -29,7 +29,7 @@
sendStart(); sendStart();
} else { } else {
print("TutorialStartZone | User tried to go to tutorial with HMD and hand controllers, sending back to /"); print("TutorialStartZone | User tried to go to tutorial with HMD and hand controllers, sending back to /");
Window.alert("To proceed with this tutorial, please connect your VR headset and hand controllers."); Window.alert("To proceed with this tutorial, please connect your Vive headset and hand controllers.");
location = "/"; location = "/";
} }
}, },