From b3159940eb7f4adf33e90611d15bd811689e2f86 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 5 Jun 2015 14:19:51 -0400 Subject: [PATCH] fixed wording on inventory command running tooltip --- awx/ui/static/js/lists/InventoryGroups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/lists/InventoryGroups.js b/awx/ui/static/js/lists/InventoryGroups.js index 4dec82a85c..0b4cd474ff 100644 --- a/awx/ui/static/js/lists/InventoryGroups.js +++ b/awx/ui/static/js/lists/InventoryGroups.js @@ -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.