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

pull/3022/head
William 2019-07-22 22:55:40 +12:00 committed by xAt0mZ
parent 03c82cac69
commit 16234aa0c1
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
Add to team(s) Add to team(s)
</label> </label>
<span class="small text-muted" style="margin-left: 20px;" ng-if="teams.length === 0"> <span class="small text-muted" style="margin-left: 20px;" ng-if="teams.length === 0">
You have not yet created any team. Head over the <a ui-sref="portainer.teams">teams view</a> to manage user teams. You don't seem to have any teams to add user's into. Head over to the <a ui-sref="portainer.teams">Teams view</a> to create some.
</span> </span>
<span isteven-multi-select <span isteven-multi-select
ng-if="teams.length > 0" ng-if="teams.length > 0"
@ -91,7 +91,7 @@
<div class="form-group" ng-if="isAdmin && !formValues.Administrator && formValues.Teams.length === 0"> <div class="form-group" ng-if="isAdmin && !formValues.Administrator && formValues.Teams.length === 0">
<div class="col-sm-12"> <div class="col-sm-12">
<span class="small text-muted"> <span class="small text-muted">
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. Note: non-administrator users who aren't in a team don't have access to any endpoints by default. Head over to the <a ui-sref="portainer.endpoints">Endpoints view</a> to manage their accesses.
</span> </span>
</div> </div>
</div> </div>