aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/html/500.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/500.html b/railties/html/500.html
index ab95f74c46..146b216bfd 100644
--- a/railties/html/500.html
+++ b/railties/html/500.html
@@ -3,6 +3,6 @@
<html>
<body>
<h1>Application error</h1>
- <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p>
+ <p>Change this error message for uncaught exceptions in public/500.html</p>
</body>
</html> \ No newline at end of file