style(users): fix typo/grammar (#2848)

pull/2858/head
William 2019-04-23 12:22:54 +12:00 committed by Anthony Lapenna
parent 845f4e912b
commit 80c5052b55
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<div class="form-group" ng-if="isAdmin && !formValues.Administrator && formValues.Teams.length === 0">
<div class="col-sm-12">
<span class="small text-muted">
Note: non-administrator users with no team do not have access to any endpoint by default. Head over the <a ui-sref="portainer.endpoints">endpoints view</a> to manage their accesses.
Note: non-administrator users with no team do not have access to any endpoints by default. Head over the <a ui-sref="portainer.endpoints">endpoints view</a> to manage their accesses.
</span>
</div>
</div>