diff --git a/apps/site/app/[locale]/error.tsx b/apps/site/app/[locale]/error.tsx index 8f642ae363cc..a62a830d1f1e 100644 --- a/apps/site/app/[locale]/error.tsx +++ b/apps/site/app/[locale]/error.tsx @@ -19,7 +19,7 @@ const ErrorPage: FC<{ error: Error }> = ({ error }) => {
500 -

+

{t('layouts.error.internalServerError.title')}

diff --git a/apps/site/app/[locale]/not-found.tsx b/apps/site/app/[locale]/not-found.tsx index 233b988af11e..44d8839a42d7 100644 --- a/apps/site/app/[locale]/not-found.tsx +++ b/apps/site/app/[locale]/not-found.tsx @@ -18,7 +18,9 @@ const NotFoundPage: FC = () => {

404 -

{t('layouts.error.notFound.title')}

+

+ {t('layouts.error.notFound.title')} +

= ({ error }) => {
500 -

Internal Server Error

+

+ Internal Server Error +

This page has thrown a non-recoverable error.