From 01b9eb9127eab9a17c3ba766bc5d964d00e628da Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 26 May 2017 13:00:35 -0400 Subject: [PATCH] Update smart host field label based on feedback --- .../src/inventories/smart-inventory/smart-inventory.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',