Skip to content

Commit

Permalink
Update empty label message to match search options
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed May 30, 2024
1 parent 0a122fd commit f05ac57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelectTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public function getDefaultOpenLevel(): int

public function getEmptyLabel(): string
{
return $this->emptyLabel ? $this->evaluate($this->emptyLabel) : __('No results found');
return $this->emptyLabel ? $this->evaluate($this->emptyLabel) : __('No options match your search.');
}

public function getDirection(): string
Expand Down

0 comments on commit f05ac57

Please sign in to comment.