diff --git a/awx/ui/client/src/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories/smart-inventory/smart-inventory.form.js index 9e54ace85f..ecf59a02f0 100644 --- a/awx/ui/client/src/inventories/smart-inventory/smart-inventory.form.js +++ b/awx/ui/client/src/inventories/smart-inventory/smart-inventory.form.js @@ -62,7 +62,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo awLookupWhen: '(inventory_obj.summary_fields.user_capabilities.edit || canAdd) && canEditOrg' }, smart_hosts: { - label: i18n._('Smart Hosts'), + label: i18n._('Smart Host Filter'), type: 'custom', control: '', basePath: 'hosts',