]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Fix typo, reported by Jellis lol
authorValerie Liu <redacted>
Wed, 8 Nov 2023 13:45:12 +0000 (13:45 +0000)
committerGitHub <redacted>
Wed, 8 Nov 2023 13:45:12 +0000 (13:45 +0000)
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>`;
        }
 });