Avoid using superuser in the ui, but describe what it is

This commit is contained in:
Johannes Zellner
2016-02-26 11:03:39 +01:00
parent 5a2cf3cbfe
commit 3ebc569438

View File

@@ -240,7 +240,7 @@
<tbody>
<tr ng-repeat="user in users">
<td>
<i class="fa fa-briefcase" ng-show="user.admin" data-toggle="tooltip" title="Superuser" ng-init="initTooltip()"></i>
<i class="fa fa-briefcase" ng-show="user.admin" data-toggle="tooltip" title="This user can manage apps, groups and other users" ng-init="initTooltip()"></i>
</td>
<td class="hand elide-table-cell" ng-click="showUserEdit(user)">
{{ user.username }}