From 3355b3258237252ab28558ccb06687ba4d01692d Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 20 Jul 2018 10:53:09 -0400 Subject: [PATCH] update grammar --- 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 259353eb89..45c94e7820 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.

Note: changing the organization of the smart inventory could change the hosts included in the smart inventory" + 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." }; }