Skip to content

Commit

Permalink
[November] made error page message clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Nov 16, 2009
1 parent da4db36 commit 8166dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/November.pm
Expand Up @@ -243,7 +243,7 @@ class November does Session does Cache {
self.response('logout_succeeded.tmpl');
}

method error_page($message = "You have commited a deadly URL") {
method error_page($message = "An internal error occurred. Apologies.") {
self.response( 'error.tmpl', { MESSAGE => $message } );
}

Expand Down

0 comments on commit 8166dbd

Please sign in to comment.