Skip to content

Commit

Permalink
Improve wording to avoid confusions
Browse files Browse the repository at this point in the history
  • Loading branch information
saadkadhi authored Nov 26, 2016
1 parent 6f551a2 commit 3b86445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/views/partials/admin/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 class="vpad10">User management</h2>
<input class="form-control input-sm" ng-model="newUser.login" placeholder="Login" type="text"/>
</div>
<div class="col-md-3">
<input class="form-control input-sm" ng-model="newUser.name" placeholder="Username" type="text"/>
<input class="form-control input-sm" ng-model="newUser.name" placeholder="Full Name" type="text"/>
</div>
<div class="col-md-1">
<input ng-model="apiKey" type="checkbox"/>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2 class="vpad10">User management</h2>
<thead>
<tr>
<th class="col-md-2">Login</th>
<th class="col-md-3">User name</th>
<th class="col-md-3">Full Name</th>
<th class="col-md-2">Roles</th>
<th class="col-md-3">Password / API key</th>
<th class="col-md-3 text-center">Lock</th>
Expand Down

0 comments on commit 3b86445

Please sign in to comment.