Update copy

This commit is contained in:
Chris Garrity 2020-04-16 08:06:24 -04:00
parent 3f5d34d05f
commit 09b578bff7
2 changed files with 21 additions and 3 deletions

View file

@ -99,9 +99,24 @@ class ContactUs extends React.Component {
<p><FormattedMessage id="contactUs.forumsIntro" /></p>
<p><FormattedMessage id="contactUs.forumsHelp" /></p>
<ul>
<li><a href="/discuss/4/"><FormattedMessage id="contactUs.questionsLinkText" /></a></li>
<li><a href="/discuss/7/"><FormattedMessage id="contactUs.scriptsLinkText" /></a></li>
<li><a href="/discuss/3/"><FormattedMessage id="contactUs.bugsLinkText" /></a></li>
<li><FormattedMessage
id="contactUs.questionsText"
values={{questionsLink: (
<a href="/discuss/4/"><FormattedMessage id="contactUs.questionsLinkText" /></a>
)}}
/></li>
<li><FormattedMessage
id="contactUs.scriptsText"
values={{scriptsLink: (
<a href="/discuss/7/"><FormattedMessage id="contactUs.scriptsLinkText" /></a>
)}}
/></li>
<li><FormattedMessage
id="contactUs.bugsText"
values={{bugsLink: (
<a href="/discuss/3/"><FormattedMessage id="contactUs.bugsLinkText" /></a>
)}}
/></li>
</ul>
<h3>
<FormattedMessage id="contactUs.needSupport" />

View file

@ -4,10 +4,13 @@
"contactUs.faqLinkText":"Frequently Asked Questions",
"contactUs.forumsInfo":"If you cannot find an answer in the FAQ, there are many experienced Scratchers in the Discussion Forums who are happy to help.",
"contactUs.forumsLinkText":"Discussion Forums",
"contactUs.questionsText":"{questionsLink}: Ask others in the community about anything related to Scratch.",
"contactUs.questionsForum":"You can ask general questions about how to do stuff in the {questionsLink} forum.",
"contactUs.questionsLinkText":"Questions About Scratch",
"contactUs.scriptsText":"{scriptsLink}: Get help with the blocks or code to make your project work.",
"contactUs.scriptsForum":"If you need help with a specific project, try posting in the {scriptsLink} forum.",
"contactUs.scriptsLinkText":"Help with Scripts",
"contactUs.bugsText":"{bugsLink}: Find out how to deal with bugs, glitches, or other issues you encounter on the Scratch website or in the project editor.",
"contactUs.bugsForum":"If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.",
"contactUs.bugsLinkText":"Bugs and Glitches",
"contactUs.formIntro":"If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.",