Merge pull request #2353 from chrisgarrity/issue/2352-this-browser

Revised unsupported browser info
This commit is contained in:
chrisgarrity 2018-11-27 17:44:09 -05:00 committed by GitHub
commit 7d6a1aabd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>