From 0cf19a7cf7c12713f1949d2231ec2a2c0b7de60e Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:09:47 +0100 Subject: [PATCH] use correct spelling --- bot/en_us/general/gui_constants.json | 2 +- bot/en_us/slash_commands/tags.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/en_us/general/gui_constants.json b/bot/en_us/general/gui_constants.json index 993c5e2..b4be657 100644 --- a/bot/en_us/general/gui_constants.json +++ b/bot/en_us/general/gui_constants.json @@ -13,7 +13,7 @@ }, "roleModificationTypes": { "name": "Name", - "color": "Colour", + "color": "Color", "hoist": "Hoisted", "managed": "Managed", "mentionable": "Mentionable", diff --git a/bot/en_us/slash_commands/tags.json b/bot/en_us/slash_commands/tags.json index d9fa041..f33241b 100644 --- a/bot/en_us/slash_commands/tags.json +++ b/bot/en_us/slash_commands/tags.json @@ -23,8 +23,8 @@ "description": "Text to display on the tag" }, "editOptionColour": { - "name": "colour", - "description": "The hex colour code for the tag" + "name": "color", + "description": "The hex color code for the tag" }, "editOptionImage": { "name": "image",