Commit 496d585a authored by chrisgarrity's avatar chrisgarrity

Don’t duplicate localization strings

Current launch banner should just use the intro.startCreating string for the call to action. Leaving the generic Call to Action in place for the next banner.
parent 496fdad8
......@@ -21,7 +21,8 @@ const TopBanner = props => (
className="feature-call-to-action button"
href={props.actionLink}
>
<FormattedMessage id="featureBanner.callToAction" />
{/* <FormattedMessage id="featureBanner.callToAction" /> */}
<FormattedMessage id="intro.startCreating" />
</a>
</FlexRow>
<div className="feature-banner-images">
......
......@@ -40,5 +40,5 @@
"featureBanner.title": "The new Scratch is here!",
"featureBanner.subtitle": "not used",
"featureBanner.callToAction": "Start Creating"
"featureBanner.callToAction": "call to action"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment