From eb541e09f96d8a5efc738d3e0efa94491249d0a9 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 14 Oct 2016 13:15:23 -0700 Subject: [PATCH] Update tutorial error text to say 'Vive headset' instead of 'VR headset' --- tutorial/tutorialStartZone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorialStartZone.js b/tutorial/tutorialStartZone.js index 81d4892919..cb0d223200 100644 --- a/tutorial/tutorialStartZone.js +++ b/tutorial/tutorialStartZone.js @@ -29,7 +29,7 @@ sendStart(); } else { 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 = "/"; } },