Skip to content

Commit 25099d8

Browse files
committed
Update translation
1 parent 8972b7d commit 25099d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blockly/msg/blocks/en.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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";
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";

0 commit comments

Comments
 (0)