]> source.dussan.org Git - nextcloud-server.git/commitdiff
Users page: username instead of login name as col header to avoid confusion with...
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 4 Jun 2013 17:16:30 +0000 (19:16 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 18 Jun 2013 12:32:28 +0000 (14:32 +0200)
settings/templates/users.php

index b0637814f5de533df5b87f676b6e7df6fedb4eee..9fcc11ab89a4bf680d170ec54eb1d2605935fa1a 100644 (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>