Skip to content

Commit 7d5cb48

Browse files
committed
Admin: Fix username in LDAP users import list - refs BT#21796
1 parent c45f2c6 commit 7d5cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/admin/ldap_users_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
}
160160

161161
$form = new FormValidator('advanced_search', 'get');
162-
$form->addText('keyword_username', get_lang('Login'), false);
162+
$form->addText('keyword_username', get_lang('Username'), false);
163163
if (api_is_western_name_order()) {
164164
$form->addText('keyword_firstname', get_lang('First name'), false);
165165
$form->addText('keyword_lastname', get_lang('Last name'), false);

0 commit comments

Comments
 (0)