Skip to content

Commit

Permalink
update two typos (#2206)
Browse files Browse the repository at this point in the history
- closes #2205 
- update snapshots
  • Loading branch information
vim-usds authored Mar 28, 2023
1 parent 6be4e6e commit f7cc73e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
<strong>
AND
</strong>
fewer than 10% of people ages 25 or older have a
more than 10% of people ages 25 or older have a
<a
class="usa-link"
href="#high-school"
Expand Down
2 changes: 1 addition & 1 deletion client/src/data/copy/faqs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export const FAQ_ANSWERS = {
defaultMessage={ `The public may also take a <link1>short survey</link1> to help improve the experience of using the tool.`}
description={ 'Navigate to the FAQs page, this will be an answer, Q15_P1_3'}
values={{
link1: linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
link1: linkFn('https://www.surveymonkey.com/r/P3LWTSB', false, true),
}}
/>,
Q15_P1_4: <FormattedMessage
Expand Down
2 changes: 1 addition & 1 deletion client/src/data/copy/methodology.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const CATEGORY_AND_CLAUSE = {
/>,
HS_DEG_GTE_10: <FormattedMessage
id={'methodology.page.category.and.clause.hs.ed.higher.ed'}
defaultMessage={`<boldtag>AND</boldtag> fewer than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)
defaultMessage={`<boldtag>AND</boldtag> more than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)
`}
description={'Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate'}
values={{
Expand Down
2 changes: 1 addition & 1 deletion client/src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@
"description": "responsible party text"
},
"methodology.page.category.and.clause.hs.ed.higher.ed": {
"defaultMessage": "<boldtag>AND</boldtag> fewer than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)",
"defaultMessage": "<boldtag>AND</boldtag> more than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)",
"description": "Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate"
},
"methodology.page.category.and.clause.low.inc": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a
class="usa-link usa-link--external"
data-cy=""
href="https://www.surveymonkey.com/r/5LZ7MNB"
href="https://www.surveymonkey.com/r/P3LWTSB"
rel="noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<strong>
AND
</strong>
fewer than 10% of people ages 25 or older have a
more than 10% of people ages 25 or older have a
<a
class="usa-link"
href="#high-school"
Expand Down

0 comments on commit f7cc73e

Please sign in to comment.