diff --git a/js_src/UpdatePanel.js b/js_src/UpdatePanel.js
index aed438c..54611ef 100644
--- a/js_src/UpdatePanel.js
+++ b/js_src/UpdatePanel.js
@@ -202,7 +202,7 @@ function UpdatePanel() {
text = "Installing update... (will take a minute)";
break;
case UpdatePanel.INSTALLED:
- text = "Update complete, please reconnect by connecting your device to "+settings.substituted_ssid+" and going to draw.doodle3d.com";
+ text = "Update complete, please reconnect by connecting your device to the access point of your WiFi box and going to draw.doodle3d.com";
//text = "Update complete, please refresh Page.";
break;
case UpdatePanel.INSTALL_FAILED: