mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix: update browser compatibility text for Scratch Link 2.0
This commit is contained in:
parent
2935d7dd01
commit
5af85a596f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ const ExtensionTroubleshooting = props => {
|
|||
values={sharedValues}
|
||||
/></h3>
|
||||
<p><FormattedMessage
|
||||
id="extensions.browserCompatibilityText"
|
||||
id="extensions.browserCompatibilityText2"
|
||||
values={sharedValues}
|
||||
/></p>
|
||||
{props.children}
|
||||
|
|
|
@ -447,7 +447,7 @@
|
|||
|
||||
"extensions.troubleshootingTitle": "Troubleshooting",
|
||||
"extensions.browserCompatibilityTitle": "Make sure your browser is compatible with Scratch Link",
|
||||
"extensions.browserCompatibilityText": "Scratch Link 1.4 is not compatible with Safari. If you use macOS, please use another supported browser, such as Chrome or Firefox.",
|
||||
"extensions.browserCompatibilityText2": "Scratch Link 1.4 is not compatible with Safari. If you use Safari, please upgrade to Scratch Link 2.0.",
|
||||
"extensions.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"extensions.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"extensions.checkOsVersionText2": "If you are using macOS 12, please update to macOS 12.3 or newer. Earlier versions of macOS 12 do not work correctly with Scratch Link.",
|
||||
|
|
Loading…
Reference in a new issue