diff --git a/cms/templates/import.html b/cms/templates/import.html
index 49612ea87d..abfb1a2009 100644
--- a/cms/templates/import.html
+++ b/cms/templates/import.html
@@ -83,7 +83,6 @@ $('#fileupload').fileupload({
},
done: function(e, data){
bar.hide();
- percent.html("Unpacking files...");
alert('${_("Your import was successful.")}');
window.location = '${successful_import_redirect_url}';
},