diff --git a/cms/templates/import.html b/cms/templates/import.html
index 823dcbd36e..2c4fdd17d6 100644
--- a/cms/templates/import.html
+++ b/cms/templates/import.html
@@ -191,7 +191,7 @@ $('#fileupload').fileupload({
window.onbeforeunload = null;
if (xhr.status != 200) {
if (!result.responseText) {
- alert(gettext("Your browser has timed out, but the server is still processing your import. Please wait 5 min and verify that the new content has appeared."));
+ alert(gettext("Your browser has timed out, but the server is still processing your import. Please wait 5 minutes and verify that the new content has appeared."));
return;
}
var serverMsg = $.parseJSON(result.responseText);