Update version number on frontend (#730)

* Update version number on frontend

- add verion to download packet
- add verison to side panel
- update snaphots
- add version to constant file

* Add minor UI changes from QA

- adjust copy in download package
- update tests

* Refactor all intl code and will add page tests

- remove all copy app wide and place into respective data/copy folder
- adds tests for each page
- allow product to make copy changes in one place
- prepare for spanish language effort
This commit is contained in:
Vim 2021-09-22 23:56:23 -07:00 committed by GitHub
commit 53c2d98eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 3992 additions and 1050 deletions

View file

@ -8,37 +8,31 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
</h2>
<ul>
<li>
<div>
If you have helpful information, we would love to
<a
href="mailto:screeningtool.feedback@usds.gov"
>
recieve an email from you
</a>
.
</div>
If you have helpful information, we would love to
<a
href="mailto:screeningtool.feedback@usds.gov"
>
recieve an email from you
</a>
.
</li>
<li>
<div>
View our
<a
href="/en/methodology"
>
Data and methodology
</a>
page and send us feedback.
</div>
View our
<a
href="/en/methodology"
>
Data and methodology
</a>
page and send us feedback.
</li>
<li>
<div>
Find your community of interest and
<a
href="mailto:screeningtool.feedback@usds.gov"
>
share your feedback
</a>
.
</div>
Find your community of interest and
<a
href="mailto:screeningtool.feedback@usds.gov"
>
share your feedback
</a>
.
</li>
</ul>
</div>