]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - server-bans/index.php
Add a link to patreon on the footer
[irc/unrealircd/unrealircd-webpanel.git] / server-bans / index.php
index a3588dce63f4a979fd180f122dc5e47c60bbf22c..cdb5bf71f3827b19968deb0547f86190b8c9c1e0 100644 (file)
@@ -206,7 +206,7 @@ form.addEventListener("submit", (e) => {
        if ((bantype.value === "zline" || bantype.value === "gzline") && banhost.value.includes("@"))
        {
                e.preventDefault();
-               document.getElementById("iphost_label").innerHTML = `IP / Host <span class="card alert-danger" style="color:red">Value for G/Z-Lines MUST be a host or IP.</span>`;
+               document.getElementById("iphost_label").innerHTML = `IP / Host <span class="card alert-danger" style="color:red">Value for (G)Z-Lines MUST be a host or IP.</span>`;
        }
 });