diff options
Diffstat (limited to 'template/en/default')
-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 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" %] |