From 57daacca9ef4f980946ea21d2a7097367886cf29 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 15 Aug 2017 12:01:19 -0400 Subject: [PATCH] Update smart inventory host popover content --- .../inventories/smart-inventory/smart-inventory.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js index fa1178393e..4e10b6b6ab 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js @@ -164,7 +164,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo }, hosts: { name: 'hosts', - awToolTip: i18n._('Please save before creating hosts.'), + awToolTip: i18n._('Please save before viewing hosts.'), dataPlacement: 'top', include: "RelatedHostsListDefinition", title: i18n._('Hosts'),