Better wording and flow

This commit is contained in:
Joseph Schorr 2014-01-21 18:48:41 -05:00
parent 1fa8d142d8
commit 56e0df0d58

View file

@ -25,7 +25,7 @@
<th>
<span class="context-tooltip" title="The user, robot or team that is being granted the permission"
bs-tooltip="tooltip.title" data-container="body">
Delegated User/Robot/Team
Applies To User/Robot/Team
</span>
</th>
<th>Permission</th>
@ -84,29 +84,29 @@
<table>
<tr ng-show="!newForWholeOrg">
<td>Creating User/Robot:</td>
<td>Repository Creator:</td>
<td>
<span class="entity-search" namespace="organization.name" input-title="'Creating User/Robot'"
<span class="entity-search" namespace="organization.name" input-title="'User/Robot'"
is-organization="true" include-teams="false" current-entity="activatingForNew" is-persistent="true"
clear-now="clearCounter">
</span>
</td>
</tr>
<tr>
<td>Delegated User/Robot/Team:</td>
<td>
<span class="entity-search" namespace="organization.name" input-title="'Delegated User/Robot/Team'"
is-organization="true" include-teams="true" current-entity="delegateForNew" is-persistent="true"
clear-now="clearCounter">
</span>
</td>
</tr>
<tr>
<td>Permission:</td>
<td>
<span class="role-group" current-role="newRole" role-changed="setRoleForNew(role)" roles="roles"></span>
</td>
</tr>
<tr>
<td>Applied To:</td>
<td>
<span class="entity-search" namespace="organization.name" input-title="'User/Robot/Team'"
is-organization="true" include-teams="true" current-entity="delegateForNew" is-persistent="true"
clear-now="clearCounter">
</span>
</td>
</tr>
</table>
</div>
<div class="modal-footer">