mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Revised unsupported browser info
- Header reads ‘This browser is not supported’ - FAQ link goes to general Scratch FAQ.
This commit is contained in:
parent
99ac59d2cb
commit
5cff3f9ae4
2 changed files with 4 additions and 4 deletions
|
@ -101,9 +101,9 @@
|
|||
|
||||
"general.teacherAccounts": "Teacher Accounts",
|
||||
|
||||
"general.unsupportedBrowser": "Browser is not supported",
|
||||
"general.unsupportedBrowser": "This browser is not supported",
|
||||
"general.unsupportedBrowserDescription": "We're very sorry, but Scratch 3.0 does not support Internet Explorer, Vivaldi, Opera or Silk. We recommend trying a newer browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.",
|
||||
"general.3faq": "To learn more, go to the {previewFaqLink}.",
|
||||
"general.3faq": "To learn more, go to the {faqLink}.",
|
||||
|
||||
"footer.discuss": "Discussion Forums",
|
||||
"footer.scratchFamily": "Scratch Family",
|
||||
|
|
|
@ -32,10 +32,10 @@ const UnsupportedBrowser = () => (
|
|||
<FormattedMessage
|
||||
id="general.3faq"
|
||||
values={{
|
||||
previewFaqLink: (
|
||||
faqLink: (
|
||||
<a
|
||||
className="faq-link"
|
||||
href="//scratch.mit.edu/3faq"
|
||||
href="/info/faq"
|
||||
>
|
||||
<FormattedMessage id="general.faq" />
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue