Commit c5ef1255 by Christina Roberts

Merge pull request #3535 from edx/christina/typo

Minor reword to server timed out message.
parents 5811fdc8 d250f1f0
...@@ -191,7 +191,7 @@ $('#fileupload').fileupload({ ...@@ -191,7 +191,7 @@ $('#fileupload').fileupload({
window.onbeforeunload = null; window.onbeforeunload = null;
if (xhr.status != 200) { if (xhr.status != 200) {
if (!result.responseText) { 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; return;
} }
var serverMsg = $.parseJSON(result.responseText); var serverMsg = $.parseJSON(result.responseText);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment