Skip to content

Commit

Permalink
update the FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurzy committed May 5, 2023
1 parent 1323438 commit fd0edef
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test/**/out

# Editors
**/.idea
.history

# Misc
.env
Expand Down
20 changes: 15 additions & 5 deletions src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,13 +636,23 @@ const Home = ({
<FAQQuestion>
<FormattedMessage
id="home-faq-new-nda"
defaultMessage="Can I add a new NDA?"
defaultMessage="Can I upload my own NDA or make modifications to the standard one?"
/>
</FAQQuestion>
<FAQAnswer>
<FormattedMessage
id="home-faq-answer-new-nda"
defaultMessage="No. This is the whole point of NDAify. We want to have a standard text that everyone’s familiar with as to how they’re protected by being a party to it."
defaultMessage="The short answer is no. We aim to have a standardized text that everyone is familiar with, outlining the protections provided to them as a party. This way, they won't have to blindly agree or spend hours reviewing each time they receive a new NDA. If you would like to contribute a new standard NDA or propose modifications to an existing one, please feel free to {ndaifyTemplates} on GitHub. If your suggestions are approved, we will inform the entire community before implementing them."
values={{
ndaifyTemplates: (
<a target="_blank" rel="noopener noreferrer" href="https://github.com/NDAify/ndaify-templates">
<FormattedMessage
id="submit-ndaify-template-pull-request"
defaultMessage="submit a pull request"
/>
</a>
),
}}
/>
</FAQAnswer>
</FAQcontent>
Expand All @@ -656,7 +666,7 @@ const Home = ({
<FAQAnswer>
<FormattedMessage
id="home-faq-answer-amend-nda"
defaultMessage="You can’t currently make ammendments to the NDA."
defaultMessage="In order to ensure consistent protection for all parties involved, it is not possible to make amendments to the standard NDA provided by NDAify."
/>
</FAQAnswer>
</FAQcontent>
Expand All @@ -670,7 +680,7 @@ const Home = ({
<FAQAnswer>
<FormattedMessage
id="home-faq-answer-cost"
defaultMessage="NDAify is {free}. Occasionally, we may solicit contributions but the basic functionality of sending and receiving NDAs will {remainFreeForever}."
defaultMessage="NDAify is {free}. While we may occasionally solicit contributions, the basic functionality of sending and receiving NDAs will {remainFreeForever}."
values={{
free: (
<b>
Expand All @@ -688,7 +698,7 @@ const Home = ({
>
<FormattedMessage
id="home-faq-answer-cost-remain-free"
defaultMessage="remain free forever"
defaultMessage="always remain free"
/>
</a>
),
Expand Down
11 changes: 6 additions & 5 deletions src/langs/en.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"sender-form-recipient-email-input-placeholder": "",
"sender-form-recipient-name-input-placeholder": "",
"sender-form-terms": "",
"submit-ndaify-template-pull-request": "",
"success-message-button": "",
"success-message-text": "",
"terms-legal-md": "",
Expand Down
1 change: 1 addition & 0 deletions src/langs/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"sender-form-recipient-email-input-placeholder": "接受人電子郵件",
"sender-form-recipient-name-input-placeholder": "接受人名",
"sender-form-terms": "使用條款",
"submit-ndaify-template-pull-request": "",
"success-message-button": "確認",
"success-message-text": "您的保密協議已發送給{recipientFullName}。對方同意簽署保密協議後,我們將通知您。",
"terms-legal-md": "",
Expand Down

0 comments on commit fd0edef

Please sign in to comment.