summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorConnor Behan <connor.behan@gmail.com>2014-01-07 21:36:28 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-01-07 21:36:28 +0100
commit192b02906b89fb61efdf60ef553d717a5d3e037f (patch)
treea8db9d735e43dae3eed2ae419c7c2f8fcd2967bd /template/en/default/global/code-error.html.tmpl
parent98446d4f4473c2c06515ea606cd6643b13092e0c (diff)
downloadbugzilla-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.gz
bugzilla-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.xz
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.tmpl6
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