Skip to content

Commit 91d46bb

Browse files
khanningericrosenbaum
authored andcommitted
Remove the word "test" (#1600)
1 parent b81ba59 commit 91d46bb

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/scratch3_microbit

1 file changed

+1
-1
lines changed

src/extensions/scratch3_microbit/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class Scratch3MicroBitBlocks {
703703
opcode: 'whenPinConnected',
704704
text: formatMessage({
705705
id: 'microbit.whenPinConnected',
706-
default: 'when pin [PIN] connected test',
706+
default: 'when pin [PIN] connected',
707707
description: 'when the pin detects a connection to Earth/Ground'
708708

709709
}),

0 commit comments

Comments
 (0)