mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Add string to translation
Add string to translation.
This commit is contained in:
parent
8e024c234c
commit
8cb9341d8f
@ -92,6 +92,7 @@ function AdvancedSearch({
|
||||
isOpen={isPrefixDropdownOpen}
|
||||
placeholderText={i18n._(t`Set type`)}
|
||||
maxHeight="500px"
|
||||
noResultsFoundText={i18n._(t`No results found`)}
|
||||
>
|
||||
<SelectOption
|
||||
key="and"
|
||||
@ -129,6 +130,7 @@ function AdvancedSearch({
|
||||
isCreatable
|
||||
onCreateOption={setKeySelection}
|
||||
maxHeight="500px"
|
||||
noResultsFoundText={i18n._(t`No results found`)}
|
||||
>
|
||||
{allKeys.map(optionKey => (
|
||||
<SelectOption key={optionKey} value={optionKey}>
|
||||
@ -148,6 +150,7 @@ function AdvancedSearch({
|
||||
isOpen={isLookupDropdownOpen}
|
||||
placeholderText={i18n._(t`Lookup type`)}
|
||||
maxHeight="500px"
|
||||
noResultsFoundText={i18n._(t`No results found`)}
|
||||
>
|
||||
<SelectOption
|
||||
key="exact"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user