diff --git a/frontend-react/src/pages/error/legacy-content/ErrorNoPage.tsx b/frontend-react/src/pages/error/legacy-content/ErrorNoPage.tsx
index a076f75d3f4..aceb33d7c51 100644
--- a/frontend-react/src/pages/error/legacy-content/ErrorNoPage.tsx
+++ b/frontend-react/src/pages/error/legacy-content/ErrorNoPage.tsx
@@ -2,6 +2,7 @@ import { Button } from "@trussworks/react-uswds";
import { Helmet } from "react-helmet-async";
import { useNavigate } from "react-router-dom";
+import { pageNotFound } from "../../../content/error/ErrorMessages";
import site from "../../../content/site.json";
export const ErrorNoPage = () => {
@@ -9,42 +10,31 @@ export const ErrorNoPage = () => {
return (
<>
- Page Not Found | {import.meta.env.VITE_TITLE}
+
+ {pageNotFound} | {import.meta.env.VITE_TITLE}
+
-
+
-
Page not found
+
{pageNotFound}
- We’re sorry, we can’t find the page you're
- looking for. It might have been removed, changed
- names, or is otherwise unavailable.
+ We’re sorry, we can’t find the page you're looking for. It might have been removed,
+ changed names, or is otherwise unavailable.
- If you typed the URL directly, check your
- spelling and capitalization. Our URLs look like
- this:{" "}
-
- reportstream.cdc.gov/example-one
-
- .
+ If you typed the URL directly, check your spelling and capitalization. Our URLs look
+ like this: reportstream.cdc.gov/example-one.
- Visit our homepage or contact us at{" "}
- {site.orgs.RS.email} and we’ll point you in the
+ Visit our homepage or contact us at {site.orgs.RS.email} and we’ll point you in the
right direction.{" "}