Skip to content

Commit

Permalink
Update web/src/components/software/PatternSelector.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: David Díaz <1691872+dgdavid@users.noreply.github.com>
  • Loading branch information
jreidinger and dgdavid authored May 23, 2024
1 parent daac631 commit f28e892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/software/PatternSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function PatternSelector({ patterns, onSelectionChanged = noop }) {

if (selector.length === 0) {
selector = (
<b>{_("None of the patterns match the text.")}</b>
<b>{_("None of the patterns match the filter.")}</b>
);
}

Expand Down

0 comments on commit f28e892

Please sign in to comment.