Skip to content

Commit e437c64

Browse files
authored
Update hello-world.md
1 parent 0506dec commit e437c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/extensions/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Make sure to always call register() exactly once. If you don't call it, your ext
5151
{
5252
opcode: 'hello',
5353
blockType: Scratch.BlockType.REPORTER,
54-
text: 'Hello, world!'
54+
text: Scratch.translate('Hello, world!')
5555
}
5656
]
5757
};

0 commit comments

Comments
 (0)