diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-07 02:59:24 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-07 02:59:24 +0200 |
commit | 6bae21652c3120afcaaa2b4fc9f8f12021dc6c5c (patch) | |
tree | c95e23ddde074ee0290f56d0061eca4d240dae8c | |
parent | fa8fd93aa2a2625b87f17cf4b61f60a774f8b8b4 (diff) | |
download | bugzilla-6bae21652c3120afcaaa2b4fc9f8f12021dc6c5c.tar.gz bugzilla-6bae21652c3120afcaaa2b4fc9f8f12021dc6c5c.tar.xz |
Bug 288049: "internal error" from ThrowCodeError is confusing. Reword it
r=justdave a=LpSolit
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a7962fcf4..03b58e435 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -504,12 +504,14 @@ admindocslinks = admindocslinks %] +<p> + An unexpected error occurred. This could be a temporary problem, or some code + is behaving incorrectly. If this problem persists, please email this page + to <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a> + with details of what you were doing at the time this message appeared. +</p> + <tt> - <p> - [% terms.Bugzilla %] has suffered an internal error. Please save this page and send - it to [% Param("maintainer") %] with details of what you were doing at - the time this message appeared. - </p> <script type="text/javascript"> <!-- document.write("<p>URL: " + document.location.href.replace(/&/g,"&") |