Skip to content

Commit

Permalink
fix faq copy
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaqiuxy committed Jul 11, 2020
1 parent 19c7581 commit 95253a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ const Home = ({
<FAQAnswer>
<FormattedMessage
id="home-faq-answer-cost"
defaultMessage="NDAify is {free}. Now and then we may solicit contributions but the basic functionality of sending and receiving NDAs will {remainFreeForever}."
defaultMessage="NDAify is {free}. Occasionally, we may solicit contributions but the basic functionality of sending and receiving NDAs will {remainFreeForever}."
values={{
free: (
<b>
Expand Down
2 changes: 1 addition & 1 deletion src/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"footer-powered-by": "Powered by 25% sweet no ice coconut green tea with oat milk & boba.",
"home-copy-behind-wall": "Protect your assets behind an NDA-wall",
"home-faq-answer-amend-nda": "You can’t currently make ammendments to the NDA.",
"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": "NDAify is {free}. Occasionally, 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": "Yes. The {docusignLink} 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.",
Expand Down

0 comments on commit 95253a1

Please sign in to comment.