Skip to content

Commit 522b8f7

Browse files
authored
Update terminal.js
1 parent 77ef3a4 commit 522b8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/example-extensions/terminal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ class TerminalExample {
22
getInfo() {
33
return {
44
id: 'terminalexample',
5-
name: 'Terminal Example',
5+
name: Scratch.translate('Terminal Example'),
66
blocks: [
77
{
88
opcode: 'terminalBlock',
99
blockType: Scratch.BlockType.COMMAND,
1010
// highlight-next-line
1111
isTerminal: true,
12-
text: 'you can not connect another block under this one!'
12+
text: Scratch.translate('you can not connect another block under this one!')
1313
}
1414
]
1515
};

0 commit comments

Comments
 (0)