fix: capitalize "firefox"

This commit is contained in:
ayn2op
2024-08-24 14:46:58 +05:30
parent 96e64d5759
commit 0861a2f44d
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 # 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. 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. Your Control
## 5.1. Data Deletion ## 5.1. Data Deletion

View File

@@ -74,7 +74,7 @@ export default function Features() {
Goodbye bad performance Goodbye bad performance
</h2> </h2>
<p className="text-center text-sm mt-2 text-muted-foreground"> <p className="text-center text-sm mt-2 text-muted-foreground">
We are constantly tweak firefox's engine and settings to make it We are 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> 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> </p>
</div> </div>
@@ -102,7 +102,7 @@ export default function Features() {
Secure by default Secure by default
</h2> </h2>
<p className="text-center text-sm mt-2 text-muted-foreground"> <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> 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> </p>
</div> </div>