fix #498: final copy for security onboarding panels
This commit is contained in:
parent
2f5e195c91
commit
6292d9b25d
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
<img class="onboarding-img" alt="Container Tabs Overview" src="/img/onboarding-1.png" />
|
||||
<h3 class="onboarding-title">A simple and secure way to manage your online life</h3>
|
||||
<p>
|
||||
Use containers to organize tasks, manage accounts, and keep your sensitive data where you want it.
|
||||
Use containers to organize tasks, manage accounts, and store sensitive data.
|
||||
</p>
|
||||
<a href="#" class="onboarding-button onboarding-start-button">Get Started</a>
|
||||
</div>
|
||||
|
@ -48,8 +48,8 @@
|
|||
|
||||
<div class="panel onboarding security-onboarding-panel-3 hide">
|
||||
<img class="onboarding-img" alt="How Containers Work" src="/img/onboarding-3-security.png" />
|
||||
<h3 class="onboarding-title">Use containers to secure everything within.</h3>
|
||||
<p>Containers separate cookies and sensitive data from other containers, like surrounded by firewalls to block tracking.</p>
|
||||
<h3 class="onboarding-title">Set boundaries for your browsing.</h3>
|
||||
<p>Cookies are stored within a container, so you can segment sensitive data and browsing history to stay organized and to limit the impact of online trackers.</p>
|
||||
<a href="#" class="onboarding-button onboarding-almost-done-button">Next</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue