Fix apostrophe issue in copy text when commandempty in settings page

This commit is contained in:
sabaimran 2024-08-08 11:41:10 +05:30
parent f28693c8c7
commit 7ee0d9067d

View file

@ -312,7 +312,7 @@ const ManageFilesModal: React.FC<{ onClose: () => void }> = ({ onClose }) => {
</div>
) : (
<div>
Couldn't find a good match.
Could not find a good match.
<Link href="/search" className="block">
Need advanced search? Click here.
</Link>