diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-19 22:21:36 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-19 22:21:36 +0200 |
commit | 3eb0bbad9975f5352a659fc32e998bffce30bd88 (patch) | |
tree | 0824cc500439475c52e781e06234d7398479d6d1 /template/en/default/global | |
parent | aa35a9f5db405089c29c8705d8099ff6b715b985 (diff) | |
download | bugzilla-3eb0bbad9975f5352a659fc32e998bffce30bd88.tar.gz bugzilla-3eb0bbad9975f5352a659fc32e998bffce30bd88.tar.xz |
Bug 1262039 - typo in error message "Failed to retreive components..."
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" %] |