From 0acf442a4648f393928b452cf9dbaabcf9d072b3 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 14 Mar 2014 12:23:57 +0100 Subject: [PATCH] Corrected updated status text --- js/settings/UpdatePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.";