aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--raesu_frontend/src/pages/FourOhFour.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/raesu_frontend/src/pages/FourOhFour.tsx b/raesu_frontend/src/pages/FourOhFour.tsx
index f3aac8c..acc0fd4 100644
--- a/raesu_frontend/src/pages/FourOhFour.tsx
+++ b/raesu_frontend/src/pages/FourOhFour.tsx
@@ -2,7 +2,7 @@ const FourOhFour = () => {
return (
<div>
<h1>404</h1>
- <p>It is pitch black. You are likely to be eaten by a grue.</p>
+ <p>This page could not be found!</p>
</div>
);
}
(git 2.53.0) at 2026-05-07 17:39:15 +0000