Remove button label

This commit is contained in:
Paul Clue 2022-12-12 15:48:14 -05:00
parent 7f50c47704
commit f669119881
2 changed files with 8 additions and 9 deletions

View file

@ -88,7 +88,6 @@
"general.signIn": "Sign in", "general.signIn": "Sign in",
"general.startOver": "Start over", "general.startOver": "Start over",
"general.statistics": "Statistics", "general.statistics": "Statistics",
"genral.story": "Create a Story",
"general.studios": "Studios", "general.studios": "Studios",
"general.support": "Resources", "general.support": "Resources",
"general.ideas": "Ideas", "general.ideas": "Ideas",

View file

@ -46,7 +46,7 @@ const About = () => (
<div className="body"> <div className="body">
<ul> <ul>
<li> <li>
<h2><FormattedMessage id="about.whoUsesScratch" /></h2> <h3><FormattedMessage id="about.whoUsesScratch" /></h3>
<img <img
alt="" alt=""
src="/images/about/who-uses-scratch.jpg" src="/images/about/who-uses-scratch.jpg"
@ -55,7 +55,7 @@ const About = () => (
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.literacy" /></h2> <h3><FormattedMessage id="about.literacy" /></h3>
<iframe <iframe
allowFullScreen allowFullScreen
mozallowfullscreen={'true'} mozallowfullscreen={'true'}
@ -67,7 +67,7 @@ const About = () => (
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.aroundTheWorld" /></h2> <h3><FormattedMessage id="about.aroundTheWorld" /></h3>
<img <img
alt="" alt=""
src="/images/about/around-the-world.png" src="/images/about/around-the-world.png"
@ -90,7 +90,7 @@ const About = () => (
/></p> /></p>
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.schools" /></h2> <h3><FormattedMessage id="about.schools" /></h3>
<img <img
alt="" alt=""
src="/images/about/scratch-in-schools.jpg" src="/images/about/scratch-in-schools.jpg"
@ -107,7 +107,7 @@ const About = () => (
/></p> /></p>
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.quotes" /></h2> <h3><FormattedMessage id="about.quotes" /></h3>
<img <img
alt="Quotes about Scratch" alt="Quotes about Scratch"
src="/images/about/quotes.gif" src="/images/about/quotes.gif"
@ -127,7 +127,7 @@ const About = () => (
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.research" /></h2> <h3><FormattedMessage id="about.research" /></h3>
<img <img
alt="" alt=""
src="/images/about/research-remix.png" src="/images/about/research-remix.png"
@ -186,7 +186,7 @@ const About = () => (
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.learnMore" /></h2> <h3><FormattedMessage id="about.learnMore" /></h3>
<ul className="list"> <ul className="list">
<li> <li>
<a href="/faq"><FormattedMessage id="about.learnMoreFaq" /></a> <a href="/faq"><FormattedMessage id="about.learnMoreFaq" /></a>
@ -204,7 +204,7 @@ const About = () => (
</li> </li>
<li> <li>
<h2><FormattedMessage id="about.support" /></h2> <h3><FormattedMessage id="about.support" /></h3>
<p><FormattedMessage <p><FormattedMessage
id="about.supportDescription" id="about.supportDescription"
values={{ values={{