Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 11, 2024
1 parent 71d4b84 commit 7984080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Search = ({ attribute, values, setValues, collection = false }) => {
className='react-select mt-10'
placeholder={gettext('Restrict the search to a particular project ...')}
noOptionsMessage={() => gettext(
'No projects matche your search.'
'No projects matching your search.'
)}
loadingMessage={() => gettext('Loading ...')}
options={[]}
Expand Down

0 comments on commit 7984080

Please sign in to comment.