From: Valerie Liu Date: Wed, 8 Nov 2023 13:45:12 +0000 (+0000) Subject: Fix typo, reported by Jellis lol X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/commitdiff_plain/2a09ca0e652a47304003facd8d8182284f93a337?hp=67bff06aa6fd4d7d3a9aefc2919307326fa6d755 Fix typo, reported by Jellis lol --- diff --git a/server-bans/index.php b/server-bans/index.php index a3588dc..cdb5bf7 100644 --- a/server-bans/index.php +++ b/server-bans/index.php @@ -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 Value for G/Z-Lines MUST be a host or IP.`; + document.getElementById("iphost_label").innerHTML = `IP / Host Value for (G)Z-Lines MUST be a host or IP.`; } });