From 496d585addd4aa443658983a2a05d90e854a1344 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Thu, 20 Dec 2018 08:05:52 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20duplicate=20localization=20stri?= =?UTF-8?q?ngs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/views/splash/feature/top-banner.jsx | 3 ++- src/views/splash/l10n.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/splash/feature/top-banner.jsx b/src/views/splash/feature/top-banner.jsx index fb81c1168..9dff84981 100644 --- a/src/views/splash/feature/top-banner.jsx +++ b/src/views/splash/feature/top-banner.jsx @@ -21,7 +21,8 @@ const TopBanner = props => ( className="feature-call-to-action button" href={props.actionLink} > - + {/* */} +
diff --git a/src/views/splash/l10n.json b/src/views/splash/l10n.json index 446266bb9..ec969065c 100644 --- a/src/views/splash/l10n.json +++ b/src/views/splash/l10n.json @@ -40,5 +40,5 @@ "featureBanner.title": "The new Scratch is here!", "featureBanner.subtitle": "not used", - "featureBanner.callToAction": "Start Creating" + "featureBanner.callToAction": "call to action" }