We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a122fd commit f05ac57Copy full SHA for f05ac57
src/SelectTree.php
@@ -457,7 +457,7 @@ public function getDefaultOpenLevel(): int
457
458
public function getEmptyLabel(): string
459
{
460
- return $this->emptyLabel ? $this->evaluate($this->emptyLabel) : __('No results found');
+ return $this->emptyLabel ? $this->evaluate($this->emptyLabel) : __('No options match your search.');
461
}
462
463
public function getDirection(): string
0 commit comments