]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 358486: env_no_email mistakenly refers to an environment variable where it should...
authorlpsolit%gmail.com <>
Thu, 2 Aug 2007 17:46:57 +0000 (17:46 +0000)
committerlpsolit%gmail.com <>
Thu, 2 Aug 2007 17:46:57 +0000 (17:46 +0000)
template/en/default/global/code-error.html.tmpl

index 394af020d93fd6563f4d873019fd4d0a27f7b739..a7b65b0f13a9a79e84b52dc623b18130f4b567d8 100644 (file)
       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" %]