diff --git a/src/public/index.html b/src/public/index.html
index 9cc6d63..10ec692 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -83,7 +83,7 @@
}
window.speechSynthesis.speak(utterThis);
- print("RESPONSE: " + evt.data);
+ print("RESPONSE: " + data.Text);
}
ws.onerror = function(evt) {
print("ERROR: " + evt.data);