small spelling changes

This commit is contained in:
Mario
2020-11-11 14:46:29 +01:00
parent bbc3022644
commit d649c3d395
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ Blockly.Blocks["sensebox_mqtt_publish"] = {
.appendField(Blockly.Msg.senseBox_mqtt_publish);
this.appendValueInput('value')
.setCheck(null)
.appendField('Feed')
.appendField(new Blockly.FieldTextInput('Feedname'), 'publishfeed');
.appendField('Feed/Topic')
.appendField(new Blockly.FieldTextInput('Name'), 'publishfeed');
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
}