Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 65cb142

Browse files
author
Manuel Proß
committed
feat(web): add more descriptive error message for users
1 parent 41c9e1d commit 65cb142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/error/500/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function Custom500() {
2-
return <h1 className="h1">500 - Internal server error</h1>;
2+
return <h1 className="h1">Something went wrong. Pls try again later.</h1>;
33
}

0 commit comments

Comments
 (0)