diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-22 18:54:36 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-22 18:54:36 +0200 |
commit | d07b2dda47346c3c5b94c3019d0fdfa5165247eb (patch) | |
tree | b075f34b742726a3dd0ef94559646e09db255d71 /template/en/default/global | |
parent | baf36f72baa2095b92b298fd45d9cbb522cdca87 (diff) | |
download | bugzilla-d07b2dda47346c3c5b94c3019d0fdfa5165247eb.tar.gz bugzilla-d07b2dda47346c3c5b94c3019d0fdfa5165247eb.tar.xz |
Bug 750170: switch from arecibo to sentry for error reporting
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 704d3ad16..d98f2578c 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -506,7 +506,7 @@ admindocslinks = admindocslinks %] -[%# return the generated error_message for arecibo %] +[%# return the generated error_message for sentry %] [% processed.error_message = error_message %] <p> |