diff --git a/_locales/en/messages.json b/_locales/en/messages.json index eb5903e37..844613025 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1776,6 +1776,9 @@ "ghostery_dawn_onboarding_lets_begin": { "message": "We've centralized online privacy by integrating our signature as well as novel technologies." }, + "ghostery_dawn_onboarding_welcome_message": { + "message": "Our browser protects your data and blocks bloatware so that you can surf privately and over 2x faster than with Chrome." + }, "ghostery_dawn_onboarding_lets_do_this": { "message": "Set up My Browser" }, diff --git a/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx b/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx index 1b25e5772..3f4216740 100644 --- a/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx +++ b/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx @@ -27,7 +27,7 @@ const WelcomeView = (props) => { return (
{t('ghostery_dawn_onboarding_welcome')}
-
{t('ghostery_dawn_onboarding_lets_begin')}
+
{t('ghostery_dawn_onboarding_welcome_message')}
setSetupStep({ setup_step: LOGIN, origin: WELCOME })}> {t('ghostery_dawn_onboarding_lets_do_this')} diff --git a/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.scss b/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.scss index e327db797..f25adcef6 100644 --- a/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.scss +++ b/app/ghostery-browser-hub/Views/OnboardingViews/Step0_WelcomeView/WelcomeView.scss @@ -28,7 +28,7 @@ .WelcomeView__subtitle { margin-bottom: 20px; - width: 392px; + max-width: 495px; font-size: 18px; line-height: 2.33; text-align: center;