diff --git a/src/views/ev3/ev3.jsx b/src/views/ev3/ev3.jsx index 50f29fa1e..a3feec6a9 100644 --- a/src/views/ev3/ev3.jsx +++ b/src/views/ev3/ev3.jsx @@ -268,6 +268,32 @@ class EV3 extends ExtensionLanding {

+

+

+ + + + ), + macOSVersionLink: ( + + + + ) + }} + /> +

+

+

+ + + + ), + macOSVersionLink: ( + + + + ) + }} + /> +

diff --git a/src/views/wedo2/l10n.json b/src/views/wedo2/l10n.json index 1fdbc3b4a..b79b6ffb6 100644 --- a/src/views/wedo2/l10n.json +++ b/src/views/wedo2/l10n.json @@ -17,6 +17,10 @@ "wedo2.starter3Title": "Distance Dino", "wedo2.starter3Description": "Use the distance sensor to move the dinosaur.", "wedo2.troubleshootingTitle": "Troubleshooting", + "wedo2.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link", + "wedo2.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.", + "wedo2.winOSVersionLinkText": "Windows", + "wedo2.macOSVersionLinkText": "Mac OS", "wedo2.closeScratchCopiesTitle": "Close other copies of Scratch", "wedo2.closeScratchCopiesText": "Only one copy of Scratch can connect with the WeDo 2.0 at a time. If you have Scratch open in other browser tabs, close it and try again.", "wedo2.otherComputerConnectedTitle": "Make sure no other computer is connected to your WeDo 2.0", diff --git a/src/views/wedo2/wedo2.jsx b/src/views/wedo2/wedo2.jsx index e23c98766..2b1aa7374 100644 --- a/src/views/wedo2/wedo2.jsx +++ b/src/views/wedo2/wedo2.jsx @@ -206,6 +206,32 @@ class Wedo2 extends ExtensionLanding {

+

+

+ + + + ), + macOSVersionLink: ( + + + + ) + }} + /> +