From c8f0ad440908524ede1d9ab6d1b4aabe7b20a66a Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 30 Oct 2013 20:26:16 +0100 Subject: [PATCH] Change updated label, since we go to access point after update --- js_src/UpdatePanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js_src/UpdatePanel.js b/js_src/UpdatePanel.js index 5c9558c..aed438c 100644 --- a/js_src/UpdatePanel.js +++ b/js_src/UpdatePanel.js @@ -202,7 +202,8 @@ function UpdatePanel() { text = "Installing update... (will take a minute)"; break; case UpdatePanel.INSTALLED: - text = "Update complete, please refresh Page."; + text = "Update complete, please reconnect by connecting your device to "+settings.substituted_ssid+" and going to draw.doodle3d.com"; + //text = "Update complete, please refresh Page."; break; case UpdatePanel.INSTALL_FAILED: text = "Installing update failed.";