diff options
author | Connor Behan <connor.behan@gmail.com> | 2014-01-07 15:36:28 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-07 15:36:28 -0500 |
commit | 192b02906b89fb61efdf60ef553d717a5d3e037f (patch) | |
tree | a8db9d735e43dae3eed2ae419c7c2f8fcd2967bd /template/en/default/global/code-error.html.tmpl | |
parent | 98446d4f4473c2c06515ea606cd6643b13092e0c (diff) | |
download | bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.gz bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.bz2 bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.xz bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.zip |
Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a specific Bugzilla installation
r=dkl,a=justdave
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index eef5d27a0..8a0b459b3 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -112,7 +112,7 @@ Every cookie must have a value. [% ELSIF error == "env_no_email" %] - [% terms.Bugzilla %] did not receive an email address from the + Bugzilla did not receive an email address from the environment. [% IF Param("auth_env_email") %] This means that the '[% Param("auth_env_email") FILTER html %]' @@ -384,7 +384,7 @@ Invalid setting for post_bug_submit_action [% ELSIF error == "search_field_operator_unsupported" %] - [% terms.Bugzilla %] does not support the search type + Bugzilla does not support the search type "[% operator FILTER html %]". [% ELSE %] @@ -392,7 +392,7 @@ [% error_message = Hook.process("errors") %] [% IF NOT error_message %] [% title = "Internal error" %] - An internal error has occurred, but [% terms.Bugzilla %] doesn't know + An internal error has occurred, but Bugzilla doesn't know what <code>[% error FILTER html %]</code> means. If you are a [% terms.Bugzilla %] end-user seeing this message, please save |