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: Browser Onboarding Copy Edits #666

Merged
merged 2 commits into from Jan 26, 2021
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -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"
},
@@ -27,7 +27,7 @@ const WelcomeView = (props) => {
return (
<div className="WelcomeView__container">
<div className="WelcomeView__title">{t('ghostery_dawn_onboarding_welcome')}</div>
<div className="WelcomeView__subtitle">{t('ghostery_dawn_onboarding_lets_begin')}</div>
<div className="WelcomeView__subtitle">{t('ghostery_dawn_onboarding_welcome_message')}</div>
<img className="WelcomeView__rocketShip" src="/app/images/hub/welcome/rocketShip.png" />
<NavLink className="WelcomeView__ctaButton" to="/onboarding/1" onClick={() => setSetupStep({ setup_step: LOGIN, origin: WELCOME })}>
<span>{t('ghostery_dawn_onboarding_lets_do_this')}</span>
@@ -28,7 +28,7 @@

.WelcomeView__subtitle {
margin-bottom: 20px;
width: 392px;
max-width: 495px;
font-size: 18px;
line-height: 2.33;
text-align: center;
ProTip! Use n and p to navigate between commits in a pull request.