diff --git a/src/locales/en-GB.json b/src/locales/en-GB.json index e91cca5..c8bc1a5 100644 --- a/src/locales/en-GB.json +++ b/src/locales/en-GB.json @@ -14,7 +14,7 @@ "description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "invalid_named_args": { "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.", - "title": ":x: Invalid syntax" + "title": "❌ Invalid syntax" }, "named_args": "This command uses named arguments.\n\n", "title": "`%s` command usage" @@ -125,6 +125,9 @@ "description": "Your ticket has been created: %s.", "title": "✅ Ticket created" }, + "error": { + "title": "❌ Error" + }, "has_a_ticket": { "description": "Please use your existing ticket (<#%s>) or close it before creating another.", "title": "❌ You already have an open ticket"