mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 22:52:24 +01:00
Fix spelling
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
@@ -20,9 +20,9 @@ function handleAjaxError(xhr, textStatus) {
|
||||
if (textStatus === "timeout") {
|
||||
alert("The server took too long to send the data.");
|
||||
} else if (xhr.responseText.indexOf("Connection refused") !== -1) {
|
||||
alert("An error occured while loading the data: Connection refused. Is FTL running?");
|
||||
alert("An error occurred while loading the data: Connection refused. Is FTL running?");
|
||||
} else {
|
||||
alert("An unknown error occured while loading the data.\n" + xhr.responseText);
|
||||
alert("An unknown error occurred while loading the data.\n" + xhr.responseText);
|
||||
}
|
||||
|
||||
$("#network-entries_processing").hide();
|
||||
|
||||
Reference in New Issue
Block a user