diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
commit | d59f8d4665ee8fcbced5a391d24f91fdbc047765 (patch) | |
tree | e4b6ca60bd21c4c7946871bfac12f0c1f16d8d47 /module/web/templates | |
parent | Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. (diff) | |
download | pyload-d59f8d4665ee8fcbced5a391d24f91fdbc047765.tar.xz |
Fixed some typos
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/500.html b/module/web/templates/500.html index e15090b66..5ca59fe09 100644 --- a/module/web/templates/500.html +++ b/module/web/templates/500.html @@ -5,6 +5,6 @@ <title>Server Error</title> </head> <body> -<h1>Server Error occured. Please enable debug mode to get a more detailed report.</h1> +<h1>Server Error occurred. Please enable debug mode to get a more detailed report.</h1> </body> </html> |