]> 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:48:15 +0000 (17:48 +0000)
committerlpsolit%gmail.com <>
Thu, 2 Aug 2007 17:48:15 +0000 (17:48 +0000)
template/en/default/global/code-error.html.tmpl

index 239876bb39fa80c6686a056e2ff350220ee6cf8d..303c7328443254892138069afff5c41bd7b6b0f5 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" %]