diff --git a/oidc-ui/src/pages/PageNotFound.js b/oidc-ui/src/pages/PageNotFound.js index 3aa5125cc..d13f0c62d 100644 --- a/oidc-ui/src/pages/PageNotFound.js +++ b/oidc-ui/src/pages/PageNotFound.js @@ -5,14 +5,13 @@ export default function PageNotFoundPage({ i18nKeyPrefix = "errors" }) { const { t } = useTranslation("translation", { keyPrefix: i18nKeyPrefix }); return ( -
+
page_not_found
{t("page_not_exist")}
-
{t("navigate_option")}
); }