Skip to content
Snippets Groups Projects
Unverified Commit 813f9ef0 authored by Andrew Sliwinski's avatar Andrew Sliwinski Committed by GitHub
Browse files

Merge pull request #2609 from ericrosenbaum/bugfix/microbit-name-and-description

Fix micro:bit extension name and description
parents addb1901 a2449b7a
No related branches found
No related tags found
No related merge requests found
...@@ -115,13 +115,13 @@ export default [ ...@@ -115,13 +115,13 @@ export default [
disabled: true disabled: true
}, },
{ {
name: 'Micro:bit', name: 'micro:bit',
extensionId: 'microbit', extensionId: 'microbit',
iconURL: microbitImage, iconURL: microbitImage,
description: ( description: (
<FormattedMessage <FormattedMessage
defaultMessage="Connect your projects with the physical world." defaultMessage="Connect your projects with the world."
description="Description for the 'Micro:bit' extension" description="Description for the 'micro:bit' extension"
id="gui.extension.microbit.description" id="gui.extension.microbit.description"
/> />
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment