Revised unsupported browser info

- Header reads ‘This browser is not supported’
- FAQ link goes to general Scratch FAQ.
This commit is contained in:
chrisgarrity 2018-11-27 12:51:49 -05:00
parent 99ac59d2cb
commit 5cff3f9ae4
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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>