diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 1840ff7de..581df81e5 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1831,10 +1831,10 @@ "message": "Unlimited Bandwidth" }, "ghostery_dawn_onboarding_already_premium_subscriber": { - "message": "You are already a premium subscriber" + "message": "You are already a Premium Subscriber" }, "ghostery_dawn_onboarding_already_plus_subscriber": { - "message": "You are already a plus subscriber" + "message": "You are already a Plus Subscriber" }, "ghostery_dawn_onboarding_keep_your_current_plan_or_upgrade": { "message": "Keep your current plan or upgrade" @@ -1846,7 +1846,7 @@ "message": "Create a Ghostery Account" }, "ghostery_dawn_onboarding_sync_settings": { - "message": "Allows you to sync settings across browsers and devices." + "message": "Allows you to sync your privacy settings across devices." }, "ghostery_dawn_onboarding_already_have_account": { "message": "I already have an account." @@ -2267,6 +2267,9 @@ "next": { "message": "Next" }, + "next_or_start_trial": { + "message": "Next or Start Trial" + }, "previous": { "message": "Previous" }, @@ -2419,7 +2422,7 @@ "message": "Choose your default search" }, "pick_a_default_search_engine": { - "message": "Pick a default engine for all your searches." + "message": "Choose a default search engine for all your searches." }, "ghostery_dawn_hub_blocking_settings_view_toast_error_message": { "message": "Please answer all questions" diff --git a/app/ghostery-browser-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.jsx b/app/ghostery-browser-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.jsx index 2804941cf..895ac13a4 100644 --- a/app/ghostery-browser-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.jsx +++ b/app/ghostery-browser-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.jsx @@ -348,14 +348,14 @@ class ChoosePlanView extends React.Component {
{(selectedPlan === BASIC) && ( setSetupStep({ setup_step: CHOOSE_PLAN, origin: ONBOARDING })}> - {t('next')} + {t('next_or_start_trial')} )} {selectedPlan === PLUS && ( - {t('next')} + {t('next_or_start_trial')} )} {selectedPlan === PREMIUM && ( - {t('next')} + {t('next_or_start_trial')} )}
))} diff --git a/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx b/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx index db0ce4475..3192276c7 100644 --- a/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx +++ b/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx @@ -35,7 +35,7 @@ const SuccessView = (props) => {
{t('ghostery_dawn_onboarding_youve_successfully_set_up_your_browser')}
-
{`${t('ghostery_dawn_onboarding_surf_with_ease')} Ghostery`}
+
{`${t('ghostery_dawn_onboarding_surf_with_ease')}`}
diff --git a/app/images/hub/success/ghostery-suite.png b/app/images/hub/success/ghostery-suite.png index ef30ba387..2fabf948e 100644 Binary files a/app/images/hub/success/ghostery-suite.png and b/app/images/hub/success/ghostery-suite.png differ