From 083d6599d1f6615fc479f258e75906af1aef5116 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 19 Jul 2018 14:21:46 -0400 Subject: [PATCH] add information to the smart inventory button could change based on org change --- awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js b/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js index 6c46f7c9d5..259353eb89 100644 --- a/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js +++ b/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js @@ -31,7 +31,7 @@ function InventoryHostsStrings (BaseString) { ns.smartinventorybutton = { DISABLED_INSTRUCTIONS: "Please enter at least one search term to create a new Smart Inventory.", - ENABLED_INSTRUCTIONS: "Create a new Smart Inventory from search results." + ENABLED_INSTRUCTIONS: "Create a new Smart Inventory from search results.

Note: changing the organization of the smart inventory could change the hosts included in the smart inventory" }; }