Fixed the label in Operation/User:www_editUser, generated by editUserForm in LDAP.pm. Fixes bug #11395.
This commit is contained in:
parent
7470a15fcf
commit
f24963bbfe
3 changed files with 8 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue