aboutsummaryrefslogtreecommitdiffhomepage
path: root/raesu_frontend
diff options
context:
space:
mode:
Diffstat (limited to 'raesu_frontend')
-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-15 08:28:33 +0000