Test invalid i18n change

This commit is contained in:
David Baker 2025-12-17 11:08:08 +00:00
parent 3ee50c59f8
commit d1331805e3

View File

@ -68,7 +68,7 @@ export const Commands = [
new Command({
command: "spoiler",
args: "<message>",
description: _td("slash_command|spoiler"),
description: _td("test|not_a_valid_translation"),
runFn: function (cli, roomId, threadId, message = "") {
return successSync(ContentHelpers.makeHtmlMessage(message, `<span data-mx-spoiler>${message}</span>`));
},