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'),