mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Fix apostrophe issue in copy text when commandempty in settings page
This commit is contained in:
parent
f28693c8c7
commit
7ee0d9067d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue