Users page: username instead of login name as col header to avoid confusion with other backends

This commit is contained in:
Arthur Schiwon 2013-06-04 19:16:30 +02:00
parent d991a9372b
commit 4dd0076e7c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ $_['subadmingroups'] = array_flip($items);
<table class="hascontrols" data-groups="<?php p(implode(', ', $allGroups));?>">
<thead>
<tr>
<th id='headerName'><?php p($l->t('Login Name'))?></th>
<th id='headerName'><?php p($l->t('Username'))?></th>
<th id="headerDisplayName"><?php p($l->t( 'Display Name' )); ?></th>
<th id="headerPassword"><?php p($l->t( 'Password' )); ?></th>
<th id="headerGroups"><?php p($l->t( 'Groups' )); ?></th>