Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-06-04 21:16:30 +0400
committerArthur Schiwon <blizzz@owncloud.com>2013-06-18 16:32:28 +0400
commit4dd0076e7cfda06ea0351fb64da23535ce4e9299 (patch)
tree6626edc5acf347e5ebae7cbd282210ba09ebc828 /settings/templates
parentd991a9372b69871483d59e2257b5f8bb621a5503 (diff)
Users page: username instead of login name as col header to avoid confusion with other backends
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index b0637814f5d..9fcc11ab89a 100644
--- a/settings/templates/users.php
+++ b/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>