diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index cf87bc79d0..2b7b51bb07 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -68,7 +68,7 @@ export const Commands = [ new Command({ command: "spoiler", args: "", - description: _td("slash_command|spoiler"), + description: _td("test|not_a_valid_translation"), runFn: function (cli, roomId, threadId, message = "") { return successSync(ContentHelpers.makeHtmlMessage(message, `${message}`)); },