Merge pull request #75 from ayn2op/capitalize

fix: capitalize "firefox"
This commit is contained in:
mauro 🤙
2024-08-24 15:01:07 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ Zen Browser offers a "Sync" feature, this is implemented using Mozilla Firefox's
# 4. Data Security
Although Zen Browser does not collect your data, we are committed to protecting the information that is stored locally on your device and, if you use the Sync feature, the encrypted data stored on Mozilla's servers. We recommend that you use secure passwords, enable device encryption, and regularly update your software to ensure your data remains safe.
* Note that most of the security measures are taken care by mozilla firefox.
* Note that most of the security measures are taken care by Mozilla Firefox.
# 5. Your Control
## 5.1. Data Deletion

View File

@@ -74,7 +74,7 @@ export default function Features() {
Goodbye bad performance
</h2>
<p className="text-center text-sm mt-2 text-muted-foreground">
We constantly tweak firefox's engine and settings to make it
We constantly tweak Firefox's engine and settings to make it
faster than ever. <a className="text-blue-500" href="https://github.com/zen-browser/desktop/blob/main/docs/performance.md" target='_blank'>Learn more</a>
</p>
</div>
@@ -102,7 +102,7 @@ export default function Features() {
Secure by default
</h2>
<p className="text-center text-sm mt-2 text-muted-foreground">
We are always using the latest security features from firefox to
We are always using the latest security features from Firefox to
keep you safe. <a className="text-blue-500" href="https://docs.zen-browser.app/faq#how-do-i-know-zen-is-safe">Learn more</a>
</p>
</div>