Use "blocked" instead of "blacklisted", for consistency with the buttons and terminology in the UI

This commit is contained in:
CalDescent
2021-12-10 11:34:10 +00:00
parent 0464245218
commit e481a5926a
16 changed files with 43 additions and 41 deletions

View File

@@ -62,8 +62,8 @@
textStatus = "Unsupported request";
document.getElementById("status").style.color = "red";
}
else if (json.status == "BLACKLISTED") {
textStatus = name + " is blacklisted so content cannot be served";
else if (json.status == "BLOCKED") {
textStatus = name + " is blocked so content cannot be served";
retryInterval = 5000;
document.getElementById("status").style.color = "red";
}