diff --git a/awx/ui_next/src/components/Search/AdvancedSearch.jsx b/awx/ui_next/src/components/Search/AdvancedSearch.jsx index cb1d8b72bd..bc14007b32 100644 --- a/awx/ui_next/src/components/Search/AdvancedSearch.jsx +++ b/awx/ui_next/src/components/Search/AdvancedSearch.jsx @@ -92,6 +92,7 @@ function AdvancedSearch({ isOpen={isPrefixDropdownOpen} placeholderText={i18n._(t`Set type`)} maxHeight="500px" + noResultsFoundText={i18n._(t`No results found`)} > {allKeys.map(optionKey => ( @@ -148,6 +150,7 @@ function AdvancedSearch({ isOpen={isLookupDropdownOpen} placeholderText={i18n._(t`Lookup type`)} maxHeight="500px" + noResultsFoundText={i18n._(t`No results found`)} >