Skip to content

Commit

Permalink
add faq question
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaqiuxy committed Jul 4, 2020
1 parent 5081912 commit 225949f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
29 changes: 28 additions & 1 deletion src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,36 @@ const Home = ({ user, ndaStatistics, refSource }) => {
/>
</FAQAnswer>
</FAQcontent>
<FAQcontent>
<FAQQuestion>
<FormattedMessage
id="home-faq-question-esig-legal"
defaultMessage="Are e-signatures legal?"
/>
</FAQQuestion>
<FAQAnswer>
<FormattedMessage
id="home-faq-answer-esig-legal"
defaultMessage="The enforceability of electronic signatures in the US was firmly established by the Uniform Electronic Transactions Act (UETA) at the state level and and the Electronic Signatures in Global and National Commerce Act (ESIGN) at the federal level in 2000. {docusignLink} to learn more."
values={{
docusignLink: (
<a
href="https://www.docusign.com/learn/us-electronic-signature-laws-and-history/"
target="_blank"
rel="noopener noreferrer"
>
<FormattedMessage
id="home-faq-answer-esig-legal-click-here"
defaultMessage="Click here"
/>
</a>
),
}}
/>
</FAQAnswer>
</FAQcontent>
</FAQContainer>


<PageContainer>
<ContentContainer>
<Footer />
Expand Down
3 changes: 3 additions & 0 deletions src/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"home-faq-answer-cost": "NDAify is {free}. Now and then we may solicit contributions but the basic functionality of sending and receiving NDAs will {remainFreeForever}.",
"home-faq-answer-cost-free": "free",
"home-faq-answer-cost-remain-free": "remain free forever",
"home-faq-answer-esig-legal": "The enforceability of electronic signatures in the US was firmly established by the Uniform Electronic Transactions Act (UETA) at the state level and and the Electronic Signatures in Global and National Commerce Act (ESIGN) at the federal level in 2000. {docusignLink} to learn more.",
"home-faq-answer-esig-legal-click-here": "Click here",
"home-faq-answer-new-nda": "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.",
"home-faq-new-nda": "Can I add a new NDA?",
"home-faq-question-amend-nda": "Can I amend the NDA?",
"home-faq-question-cost": "How much does NDAify cost?",
"home-faq-question-esig-legal": "Are e-signatures legal?",
"home-faq-title": "Frequently asked questions",
"home-form-dashboard-info": "Or, go to {dashboard} to see your NDAs.",
"home-form-dashboard-info-dashboard": "Inbox",
Expand Down
3 changes: 3 additions & 0 deletions src/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"home-faq-answer-cost": "",
"home-faq-answer-cost-free": "",
"home-faq-answer-cost-remain-free": "",
"home-faq-answer-esig-legal": "",
"home-faq-answer-esig-legal-click-here": "",
"home-faq-answer-new-nda": "",
"home-faq-new-nda": "",
"home-faq-question-amend-nda": "",
"home-faq-question-cost": "",
"home-faq-question-esig-legal": "",
"home-faq-title": "",
"home-form-dashboard-info": "",
"home-form-dashboard-info-dashboard": "",
Expand Down
3 changes: 3 additions & 0 deletions src/langs/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"home-faq-answer-cost": "NDAify是{free}。 我們有時可能會徵求文稿,但是發送和接收NDA的基本功能將{remainFreeForever}。",
"home-faq-answer-cost-free": "免費的",
"home-faq-answer-cost-remain-free": "永遠保持免費",
"home-faq-answer-esig-legal": "",
"home-faq-answer-esig-legal-click-here": "",
"home-faq-answer-new-nda": "否。這是NDAify的重點。 我們希望有一個標準的文本,讓每個人都熟悉成為參與者的方式如何保護他們。",
"home-faq-new-nda": "我可以添加一個新的NDA嗎?",
"home-faq-question-amend-nda": "我可以修改保密協議嗎?",
"home-faq-question-cost": "NDAify的費用是多少?",
"home-faq-question-esig-legal": "",
"home-faq-title": "經常問的問題",
"home-form-dashboard-info": "或者,轉到{dashboard}查看您的NDA。",
"home-form-dashboard-info-dashboard": "儀表板",
Expand Down

0 comments on commit 225949f

Please sign in to comment.