mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Fix spelling of Manage Context in Side Panel of Web App
This commit is contained in:
parent
676ff5fa69
commit
b3cb417796
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ function FilesMenu(props: FilesMenuProps) {
|
|||
<div className="w-auto bg-background border border-muted p-4 drop-shadow-sm rounded-2xl my-8">
|
||||
<div className="flex items-center justify-between space-x-4">
|
||||
<h4 className="text-sm font-semibold">
|
||||
{usingConversationContext ? "Mange Context" : "Files"}
|
||||
{usingConversationContext ? "Manage Context" : "Files"}
|
||||
<p>
|
||||
{usingConversationContext ? (
|
||||
<span className="text-muted-foreground text-xs">
|
||||
|
|
Loading…
Add table
Reference in a new issue