fixed wording on inventory command running tooltip

This commit is contained in:
John Mitchell 2015-06-05 14:19:51 -04:00
parent 055ca1362a
commit b3159940eb

View File

@ -86,7 +86,7 @@ export default
mode: 'all',
ngShow: 'inventory.can_run_ad_hoc_commands',
ngClick: 'populateAdhocForm()',
awToolTip: "Run a command on this inventory"
awToolTip: "Run a command on the selected inventory"
// TODO: set up a tip watcher and change text based on when
// things are selected/not selected. This is started and
// commented out in the inventory controller within the watchers.