mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Merge pull request #2159 from ericrosenbaum/bugfix/boost-name
Make BOOST extension displayed name all-caps
This commit is contained in:
commit
62cf54cbcb
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