From c419d29c961c603a018e1690d7d204ff7ee1ef12 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 3 Aug 2017 09:26:04 -0700 Subject: [PATCH] Updated FAQ wording --- docs/faq.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 70066fec..7809e48f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -19,10 +19,12 @@ particular). ## Why does Firefox Send require JavaScript? -- We use JavaScript to encrypt and decrypt files locally on the client instead of the server. -- We use JavaScript to render the user interface of Send. -- We use JavaScript to manage translate the website into [various different languages](https://github.com/mozilla/send#localization). -- We use JavaScript to collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal). +Firefox Send uses JavaScript to: + +- Encrypt and decrypt files locally on the client instead of the server. +- Render the user interface. +- Manage translations on the website into [various different languages](https://github.com/mozilla/send#localization). +- Collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal). Since Send is an open source project, you can see all of the cool ways we use JavaScript by [examining our code](https://github.com/mozilla/send/).