Skip to content

Commit

Permalink
Merge pull request owncloud#3773 from owncloud/port_3596
Browse files Browse the repository at this point in the history
Users page: username instead of login name as col header to avoid confus...
  • Loading branch information
DeepDiver1975 committed Jun 19, 2013
2 parents 11194c6 + 4dd0076 commit dd231b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/templates/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class="groupsselect"
<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>
Expand Down

0 comments on commit dd231b5

Please sign in to comment.