summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-08-02 19:46:57 +0200
committerlpsolit%gmail.com <>2007-08-02 19:46:57 +0200
commit037a33e69b2d25f83d1fdd16bab2068a391205eb (patch)
treed4c43537f9b1f6fac28b40f8bc4e7ef66be79c47 /template
parent703e02e8fa2006739bd9a4137f2edc1692d4a780 (diff)
downloadbugzilla-037a33e69b2d25f83d1fdd16bab2068a391205eb.tar.gz
bugzilla-037a33e69b2d25f83d1fdd16bab2068a391205eb.tar.xz
Bug 358486: env_no_email mistakenly refers to an environment variable where it should refer to a param - Patch by timeless <timeless@bemail.org> r=wurblzap a=mkanat
Diffstat (limited to 'template')
-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 394af020d..a7b65b0f1 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -132,9 +132,9 @@
This means that the '[% Param("auth_env_email") FILTER html %]'
environment variable was empty or did not exist.
[% ELSE %]
- You need to set the "auth_env_email" environment variable to
- the name of the environment variable that will contain the
- user's email address.
+ You need to set the "auth_env_email" parameter to the name of
+ the environment variable that will contain the user's email
+ address.
[% END %]
[% ELSIF error == "extension_invalid" %]