mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #2701 from ericrosenbaum/feature/lego-branding
LEGO branding updates
This commit is contained in:
commit
67bd48c841
4 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ const EXTENSION_INFO = {
|
|||
icon: 'extension-translate.svg'
|
||||
},
|
||||
wedo2: {
|
||||
name: 'LEGO WeDo 2.0',
|
||||
name: 'WeDo 2.0',
|
||||
icon: 'extension-wedo2.svg',
|
||||
hasStatus: true
|
||||
},
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
"pattern": "^/wedo/?$",
|
||||
"routeAlias": "/wedo/?$",
|
||||
"view": "wedo2/wedo2",
|
||||
"title": "LEGO WeDo 2.0"
|
||||
"title": "WeDo 2.0"
|
||||
},
|
||||
{
|
||||
"name": "wedo2-legacy",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"wedo2.headerText": "{wedo2Link} is an introductory invention kit you can use to build interactive robots and other creations. You can snap together Scratch programming blocks to interact with your LEGO WeDo creations and add animations and sounds.",
|
||||
"wedo2.headerText": "{wedo2Link} is an introductory invention kit you can use to build interactive robots and other creations. You can snap together Scratch programming blocks to interact with your WeDo 2.0 creations and add animations and sounds.",
|
||||
"wedo2.gettingStarted": "Getting Started",
|
||||
"wedo2.connectingWedo2": "Connecting WeDo 2.0 to Scratch",
|
||||
"wedo2.useScratch3": "Use the {scratch3Link} editor.",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"wedo2.updateLinkText": "Make sure you have installed the latest version of Scratch Link.",
|
||||
"wedo2.legacyInfoTitle": "Using Scratch 2.0?",
|
||||
"wedo2.legacyInfoText": "Visit our page about {wedoLegacyLink}.",
|
||||
"wedo2.legacyLinkText": "using LEGO WeDo with Scratch 2.0",
|
||||
"wedo2.legacyLinkText": "using WeDo with Scratch 2.0",
|
||||
"wedo2.imgAltWeDoIllustration": "An illustration of a WeDo2 featuring a tilt sensor and a motor.",
|
||||
"wedo2.imgAltStarter1Pet": "A Scratch project with a dog and a taco.",
|
||||
"wedo2.imgAltStarter2Fox": "A Scratch project with a fox moving back and forth.",
|
||||
|
|
|
@ -34,7 +34,7 @@ class Wedo2 extends ExtensionLanding {
|
|||
<h1><img
|
||||
alt=""
|
||||
src="/images/wedo2/wedo2.svg"
|
||||
/>LEGO WeDo 2.0</h1>
|
||||
/>LEGO Education WeDo 2.0</h1>
|
||||
<FormattedMessage
|
||||
id="wedo2.headerText"
|
||||
values={{
|
||||
|
|
Loading…
Reference in a new issue