diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-15 05:56:42 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-15 05:56:42 +0100 |
commit | d936a21ce97276c731abc6830a0ef3c0539e51e9 (patch) | |
tree | 36373d3b24d3e82b56c1b4bc6428a9fc5376d0ae /errors | |
parent | 1899e52589aedb2a234c0c8bc4bdf1700e893d58 (diff) | |
download | bugzilla-d936a21ce97276c731abc6830a0ef3c0539e51e9.tar.gz bugzilla-d936a21ce97276c731abc6830a0ef3c0539e51e9.tar.xz |
fix typo in 500 error page
Diffstat (limited to 'errors')
-rw-r--r-- | errors/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errors/500.html b/errors/500.html index 2d24fe2d5..2ffd6bad3 100644 --- a/errors/500.html +++ b/errors/500.html @@ -29,7 +29,7 @@ <img src="/images/buggie.png" id="buggie" alt="buggie" width="78" height="215"> <div id="content"> <h1>Internal Server Error</h1> - <p>The server encountered an internal errors and was unable to complete your request.</p> + <p>The server encountered an internal error and was unable to complete your request.</p> <h3>Error 500</h3> <p><a href="/">bugzilla.mozilla.org</a></p> </div> |