mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 14:46:25 +02:00
Test invalid i18n change
This commit is contained in:
parent
3ee50c59f8
commit
d1331805e3
@ -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>`));
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user