mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Fix spelling of Manage Context in Side Panel of Web App
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user