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 8972b7d commit 25099d8Copy full SHA for 25099d8
blockly/msg/blocks/en.js
@@ -1,6 +1,6 @@
1
// LoRa
2
-Blockly.Msg.WEBDUINO_LORA_SEND_STRING = "Send string";
3
-Blockly.Msg.WEBDUINO_LORA_SUCCESS_CALLBACK = "After successed, do";
4
-Blockly.Msg.WEBDUINO_LORA_FAIL_CALLBACK = "After failed, do";
5
-Blockly.Msg.WEBDUINO_LORA_RECEIVE_CALLBACK = "After receiving string, do";
6
-Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Received string";
+Blockly.Msg.WEBDUINO_LORA_SEND_STRING = "Send String";
+Blockly.Msg.WEBDUINO_LORA_SUCCESS_CALLBACK = "After Successed, Do";
+Blockly.Msg.WEBDUINO_LORA_FAIL_CALLBACK = "After Failed, Do";
+Blockly.Msg.WEBDUINO_LORA_RECEIVE_CALLBACK = "After Receiving String, Do";
+Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Received String";
0 commit comments