mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Merge pull request #3391 from ericrosenbaum/feature/boost-troubleshooting-update
Update BOOST troubleshooting to suggest updating Scratch Link
This commit is contained in:
commit
10a1094116
2 changed files with 4 additions and 4 deletions
|
@ -208,9 +208,9 @@ class Boost extends ExtensionLanding {
|
|||
</ExtensionSection>
|
||||
<ExtensionSection className="faq">
|
||||
<h2><FormattedMessage id="boost.troubleshootingTitle" /></h2>
|
||||
<h3 className="faq-title"><FormattedMessage id="boost.avoidFirmwareUpdateTitle" /></h3>
|
||||
<h3 className="faq-title"><FormattedMessage id="boost.updateScratchLinkTitle" /></h3>
|
||||
<p>
|
||||
<FormattedMessage id="boost.avoidFirmwareUpdateText" />
|
||||
<FormattedMessage id="boost.updateScratchLinkText" />
|
||||
</p>
|
||||
<h3 className="faq-title"><FormattedMessage id="boost.checkOSVersionTitle" /></h3>
|
||||
<p>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"boost.connectALegoBeam": "Connect a LEGO beam with an axle to motor A and click the block again to make it spin.",
|
||||
"boost.starterProjects": "Starter Projects",
|
||||
"boost.troubleshootingTitle": "Troubleshooting",
|
||||
"boost.avoidFirmwareUpdateTitle": "Having trouble connecting or using motor blocks?",
|
||||
"boost.avoidFirmwareUpdateText": "We suggest you avoid updating the firmware on your BOOST for now. We are working on a fix with the team at LEGO for users who have already updated their firmware. Stay tuned! We hope to have a fix released soon.",
|
||||
"boost.updateScratchLinkTitle": "Make sure you have the latest version of Scratch Link",
|
||||
"boost.updateScratchLinkText": "Install Scratch Link using the button above. We recommend using the app store installation process to help keep your version up to date.",
|
||||
"boost.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"boost.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"boost.winOSVersionLinkText": "Windows",
|
||||
|
|
Loading…
Reference in a new issue