From 8cb9341d8f67b1867b3bc457f75583144d9c23a8 Mon Sep 17 00:00:00 2001 From: nixocio Date: Wed, 2 Dec 2020 16:42:15 -0500 Subject: [PATCH] Add string to translation Add string to translation. --- awx/ui_next/src/components/Search/AdvancedSearch.jsx | 3 +++ 1 file changed, 3 insertions(+) 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`)} >