summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-19 22:21:36 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-05-19 22:21:36 +0200
commit3eb0bbad9975f5352a659fc32e998bffce30bd88 (patch)
tree0824cc500439475c52e781e06234d7398479d6d1 /template
parentaa35a9f5db405089c29c8705d8099ff6b715b985 (diff)
downloadbugzilla-3eb0bbad9975f5352a659fc32e998bffce30bd88.tar.gz
bugzilla-3eb0bbad9975f5352a659fc32e998bffce30bd88.tar.xz
Bug 1262039 - typo in error message "Failed to retreive components..."
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
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" %]