diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c4ff7e73a..df6aac31d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -316,7 +316,7 @@ Failed to bind to the LDAP server. The error message was: <code>[% errstr FILTER html %]</code> - [% ELSIF error == "ldap_cannot_retreive_attr" %] + [% ELSIF error == "ldap_cannot_retrieve_attr" %] The specified LDAP attribute [% attr FILTER html %] was not found. [% ELSIF error == "ldap_connect_failed" %] |