diff --git a/benefit-finder/src/shared/components/ResultsView/components/Results/__tests__/__snapshots__/index.spec.jsx.snap b/benefit-finder/src/shared/components/ResultsView/components/Results/__tests__/__snapshots__/index.spec.jsx.snap index 8815a5c51..fdd37cafe 100644 --- a/benefit-finder/src/shared/components/ResultsView/components/Results/__tests__/__snapshots__/index.spec.jsx.snap +++ b/benefit-finder/src/shared/components/ResultsView/components/Results/__tests__/__snapshots__/index.spec.jsx.snap @@ -21,7 +21,7 @@ exports[`Results > renders a match to the previous snapshot 1`] = ` >

- According to your answers you are not eligible for these benefits./p> + According to your answers you are not eligible for these benefits.

diff --git a/benefit-finder/src/shared/locales/en/en.json b/benefit-finder/src/shared/locales/en/en.json index 5f4be8bc4..aae13c333 100644 --- a/benefit-finder/src/shared/locales/en/en.json +++ b/benefit-finder/src/shared/locales/en/en.json @@ -104,7 +104,7 @@ "notEligible": { "chevron": { "heading": "Benefits you did not qualify for", - "description": "

According to your answers you are not eligible for these benefits./p>

" + "description": "

According to your answers you are not eligible for these benefits.

" }, "heading": "Results", "description": "Based on your answers you are not eligible for these benefits.You may become eligible if you enter additional information or your situation changes."