Skip to content

Commit

Permalink
Merge branch '3.2' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
2 parents 6b681bd + 718b7c5 commit f8af598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extensions/CWPSiteConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ protected function addSearchOptions(FieldList $fields)
'Root.SearchOptions',
TextField::create(
'EmptySearch',
/** @phpstan-ignore translation.key (legacy string for EOL module) */
_t(
'CWP.SITECONFIG.EmptySearch',
'Text to display when there is no search query'
Expand All @@ -383,6 +384,7 @@ protected function addSearchOptions(FieldList $fields)
'Root.SearchOptions',
TextField::create(
'NoSearchResults',
/** @phpstan-ignore translation.key (legacy string for EOL module) */
_t(
'CWP.SITECONFIG.NoResult',
'Text to display when there are no results'
Expand Down

0 comments on commit f8af598

Please sign in to comment.