This commit is contained in:
Raphael Michel
2019-11-06 15:42:20 +01:00
parent 03a06b6997
commit ea71b1f04e
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ function async_task_error(jqXHR, textStatus, errorThrown) {
"use strict";
$("body").data('ajaxing', false);
if (textStatus === "timeout") {
alert(gettext("The request took to long. Please try again."));
alert(gettext("The request took too long. Please try again."));
waitingDialog.hide();
} else if (jqXHR.responseText.indexOf('<html') > 0) {
var respdom = $(jqXHR.responseText);