mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-27 04:01:24 +00:00
Use "blocked" instead of "blacklisted", for consistency with the buttons and terminology in the UI
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user