diff --git a/app/[locale]/error.tsx b/app/[locale]/error.tsx index 1765abe8..f960a6a1 100644 --- a/app/[locale]/error.tsx +++ b/app/[locale]/error.tsx @@ -18,7 +18,7 @@ export default function Error({ error, reset }: ErrorPageProps) {
The server reported a problem that we couldn't automatically recover from.
+The server reported a problem that we couldn't automatically recover from.
{error.message || 'An unexpected error occurred'}
{error.digest &&Error ID: {error.digest}
} diff --git a/app/[locale]/not-found.tsx b/app/[locale]/not-found.tsx index 8df4e3b8..6d3f6527 100644 --- a/app/[locale]/not-found.tsx +++ b/app/[locale]/not-found.tsx @@ -14,7 +14,7 @@ export default async function NotFound() {The page you're looking for couldn't be found
+The page you're looking for couldn't be found
You don't have permission to perform that action
+You don't have permission to perform that action