You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/messages/ui.en.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1562,7 +1562,7 @@
1562
1562
"serial-flashed": [
1563
1563
{
1564
1564
"type": 0,
1565
-
"value": "micro:bit flashed"
1565
+
"value": "flashed"
1566
1566
}
1567
1567
],
1568
1568
"serial-help-ctrl-c": [
@@ -1639,6 +1639,12 @@
1639
1639
"value": "The serial terminal shows errors and other output from the program running on your micro:bit. By default, it shows the most recent error from the program. Expand it to see all the output."
1640
1640
}
1641
1641
],
1642
+
"serial-help-intro-simulator": [
1643
+
{
1644
+
"type": 0,
1645
+
"value": "The serial terminal shows errors and other output from the program running in the micro:bit simulator. By default, it shows the most recent error from the program. Expand it to see all the output."
0 commit comments