Fixed the label in Operation/User:www_editUser, generated by editUserForm in LDAP.pm. Fixes bug #11395.

This commit is contained in:
Colin Kuskie 2010-02-08 15:25:53 -08:00
parent 7470a15fcf
commit f24963bbfe
3 changed files with 8 additions and 1 deletions

View file

@ -494,7 +494,7 @@ sub editUserForm {
);
$f->text(
-name => "authLDAP_connectDN",
-label => $i18n->get(4),
-label => $i18n->get('LDAP User DN'),
-value => $connectDN,
);
$self->session->style->setRawHeadTags($jscript);