We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d0bb1 commit 83ca8e1Copy full SHA for 83ca8e1
src/blocks/mrc_event_handler.ts
@@ -63,7 +63,7 @@ const EVENT_HANDLER = {
63
*/
64
init: function (this: EventHandlerBlock): void {
65
this.appendDummyInput("TITLE")
66
- .appendField('On')
+ .appendField('When')
67
.appendField(createFieldNonEditableText('sender'), 'SENDER')
68
.appendField(createFieldNonEditableText('eventName'), 'EVENT_NAME');
69
this.appendDummyInput('PARAMS')
0 commit comments