1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 15:25:22 +02:00

refactor(rbac): update RBAC name to full-length name

This commit is contained in:
Anthony Lapenna 2019-05-27 15:48:46 +12:00
parent 5fda4ff9f8
commit dc3a29ad43
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
ng-options="role.Name for role in ctrl.roles">
</select>
<span class="small text-muted" ng-if="!ctrl.rbacEnabled">
The <a ui-sref="portainer.extensions.extension({id: 3})">RBAC extension</a> is required to select a specific role.
The <a ui-sref="portainer.extensions.extension({id: 3})">Role-Based Access Control extension</a> is required to select a specific role.
</span>
</div>
</div>