From 2be0e0697778ae2e1b0dff021d2cf6e3ed6c088c Mon Sep 17 00:00:00 2001 From: Manten <61675236+manten120@users.noreply.github.com> Date: Wed, 12 May 2021 11:26:22 +0900 Subject: [PATCH] Fix: Response label I changed "label": "Command" to "label": "Response" --- Boilerplate/UI_Config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boilerplate/UI_Config.json b/Boilerplate/UI_Config.json index 2ff2cfc..d699543 100644 --- a/Boilerplate/UI_Config.json +++ b/Boilerplate/UI_Config.json @@ -35,8 +35,8 @@ "Response": { "type": "textbox", "value": "Pong!", - "label": "Command", + "label": "Response", "tooltip": "The message that will be sent to chat when using the command.", "group": "Core" } - } \ No newline at end of file + }