Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2218: 8.5.5 Translations #654

Merged
merged 8 commits into from Jan 7, 2021
@@ -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?"
@@ -26,7 +26,7 @@ const SuccessView = (props) => {
<div className="SuccessView__title">{t('ghostery_browser_hub_onboarding_youve_successfully_set_up_your_browser')}</div>
<div className="SuccessView__subtitle">{`${t('ghostery_browser_hub_onboarding_surf_with_ease')}`}</div>
<img className="SuccessView__ghosterySuite" src="/app/images/hub/success/ghostery-suite.png" />
<button className="SuccessView__ctaButton" onClick={() => sendPing({ type: 'gb_onboarding_success' })} type="button">{t('ghostery_browser_hub_onboarding_lets_search')}</button>
<button className="SuccessView__ctaButton" onClick={() => sendPing({ type: 'gb_onboarding_success' })} type="button">{t('ghostery_browser_hub_onboarding_start_browsing')}</button>
</div>
);
};
ProTip! Use n and p to navigate between commits in a pull request.