diff --git a/js/settings/UpdatePanel.js b/js/settings/UpdatePanel.js index f1d9dcb..6afd3cc 100644 --- a/js/settings/UpdatePanel.js +++ b/js/settings/UpdatePanel.js @@ -273,8 +273,8 @@ function UpdatePanel() { text = "Installing update... (will take a minute)"; break; case UpdatePanel.INSTALLED: - 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."; + //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: text = "Installing update failed.";