Merge pull request #3773 from owncloud/port_3596

Users page: username instead of login name as col header to avoid confus...
remotes/origin/stable6
Thomas Müller 12 years ago
commit dd231b530d
  1. 2
      settings/templates/users.php

@ -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>

Loading…
Cancel
Save