mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 13:26:13 +00:00
Fix apostrophe issue in copy text when commandempty in settings page
This commit is contained in:
@@ -312,7 +312,7 @@ const ManageFilesModal: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
Couldn't find a good match.
|
Could not find a good match.
|
||||||
<Link href="/search" className="block">
|
<Link href="/search" className="block">
|
||||||
Need advanced search? Click here.
|
Need advanced search? Click here.
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user