Skip to content

Commit

Permalink
Merge branch '4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 8, 2024
2 parents f1ffcee + 3f313e3 commit a85b63d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Form/Type/SearchType.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'required' => false,
'multiple' => false,
'expanded' => false,
'placeholder' => false,
'placeholder' => /** @Desc("Choose an option") */ 'search.language.any',
]
)
->add('subtree', HiddenType::class, [
Expand Down
5 changes: 5 additions & 0 deletions src/bundle/Resources/translations/ibexa_search.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<target>Search results (%total%)</target>
<note>key: search.header</note>
</trans-unit>
<trans-unit id="56906249002c19e57c1992ba0d25f86bbc7120c0" resname="search.language.any">
<source>Choose an option</source>
<target state="new">Choose an option</target>
<note>key: search.language.any</note>
</trans-unit>
<trans-unit id="c2e9df867c114a94918c00f775d3a54d24358dfa" resname="search.last.modified">
<source>Last modified</source>
<target>Last modified</target>
Expand Down

0 comments on commit a85b63d

Please sign in to comment.