From 8675b9681d0b134605807dedbe12be7882880e6f Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Mon, 14 Jul 2025 08:34:52 +1000 Subject: [PATCH] Changed the name of "Raids" to "Hosts" for Kick, because that's what they're called there. --- multichat-overlay/settings/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multichat-overlay/settings/settings.json b/multichat-overlay/settings/settings.json index e00a97a..57478ec 100644 --- a/multichat-overlay/settings/settings.json +++ b/multichat-overlay/settings/settings.json @@ -350,7 +350,7 @@ }, { "id": "showKickHosts", - "label": "Raids", + "label": "Hosts", "description": "", "type": "checkbox", "defaultValue": true,