Skip to content

Commit dd137c6

Browse files
committed
fix: update block text for detected object labels in Arduino object detection extension
1 parent 10adab4 commit dd137c6

File tree

1 file changed

+1
-1
lines changed
  • scratch-arduino-extensions/packages/scratch-vm/src/extensions/arduino_object_detection

1 file changed

+1
-1
lines changed

scratch-arduino-extensions/packages/scratch-vm/src/extensions/arduino_object_detection/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ ArduinoObjectDetection.prototype.getInfo = function() {
178178
{
179179
opcode: "getDetectedLabelsAsString",
180180
blockType: BlockType.REPORTER,
181-
text: "detected object types",
181+
text: "detected object labels",
182182
func: "getDetectedLabelsAsString",
183183
arguments: {},
184184
},

0 commit comments

Comments
 (0)