diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 535d66e6c..1a34d8c4e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1887,8 +1887,8 @@ "ghostery_browser_hub_onboarding_surf_with_ease": { "message": "Now you can surf with the greatest of ease." }, - "ghostery_browser_hub_onboarding_lets_search": { - "message": "Let's search" + "ghostery_browser_hub_onboarding_start_browsing": { + "message": "Start Browsing" }, "ghostery_browser_hub_onboarding_which_privacy_plan": { "message": "Which privacy plan is right for you?" 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 aaedb4b67..addf3bea4 100644 --- a/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx +++ b/app/ghostery-browser-hub/Views/OnboardingViews/Step5_SuccessView/SuccessView.jsx @@ -26,7 +26,7 @@ const SuccessView = (props) => {
{t('ghostery_browser_hub_onboarding_youve_successfully_set_up_your_browser')}
{`${t('ghostery_browser_hub_onboarding_surf_with_ease')}`}
- + ); };