mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Change extension name to all-caps BOOST
This commit is contained in:
parent
e029b9e0e8
commit
8245b46d56
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ class Scratch3BoostBlocks {
|
|||
getInfo () {
|
||||
return {
|
||||
id: Scratch3BoostBlocks.EXTENSION_ID,
|
||||
name: 'Boost',
|
||||
name: 'BOOST',
|
||||
blockIconURI: iconURI,
|
||||
showStatusButton: true,
|
||||
blocks: [
|
||||
|
|
Loading…
Reference in a new issue