1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Merge pull request #2781 from kensible/2778-tooltip-teams

Changed tooltip in teams edit
This commit is contained in:
kensible 2016-07-05 13:12:30 -04:00 committed by GitHub
commit 6f015e77c9

View File

@ -73,7 +73,7 @@ export default
add: {
ngClick: "addPermissionWithoutTeamTab",
label: 'Add',
awToolTip: 'Add a permission',
awToolTip: 'Add user to team',
actionClass: 'btn List-buttonSubmit',
buttonContent: '+ ADD'
}