diff options
Diffstat (limited to 'railties/html')
-rw-r--r-- | railties/html/500.html | 2 |
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 |