diff options
| -rw-r--r-- | raesu_frontend/src/pages/FourOhFour.tsx | 2 |
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> ); } |