diff --git a/app/frontend/templates/server/wizard.html b/app/frontend/templates/server/wizard.html
index e50b12e8..3c880817 100644
--- a/app/frontend/templates/server/wizard.html
+++ b/app/frontend/templates/server/wizard.html
@@ -140,7 +140,7 @@
-
+
@@ -216,7 +216,7 @@
-
+
@@ -239,10 +239,10 @@
});
});
- function wait_msg(){
+ function wait_msg(importing){
bootbox.alert({
- title: 'Downloading Server...',
- message: ' Please be patient as we download the server'
+ title: importing ? 'Importing Server...' : 'Downloading Server...',
+ message: ' Please be patient as we ' + (importing ? 'import' : 'download') + ' the server'
});
}