Skip to content

Commit

Permalink
Merge pull request #1815 from GSA/1814-fix-ui-markup
Browse files Browse the repository at this point in the history
PXBF-1814-fix-ui-markup: update closing p tag in description
  • Loading branch information
scottqueen-bixal authored Sep 17, 2024
2 parents 9ec9b2f + b38bc0b commit f2541a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`Results > renders a match to the previous snapshot 1`] = `
>
<div>
<p>
According to your answers you are not eligible for these benefits./p&gt;
According to your answers you are not eligible for these benefits.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/locales/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"notEligible": {
"chevron": {
"heading": "Benefits you did not qualify for",
"description": "<div><p>According to your answers you are not eligible for these benefits./p></div>"
"description": "<div><p>According to your answers you are not eligible for these benefits.</p></div>"
},
"heading": "Results",
"description": "<strong>Based on your answers you are not eligible for these benefits.</strong>You may become eligible if you enter additional information or your situation changes."
Expand Down

0 comments on commit f2541a9

Please sign in to comment.