diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 0e938d93..60124594 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -514,7 +514,7 @@ export function ChatActions(props: { )} } />
} onClick={() => setShowEditPromptModal(true)} fullWidth diff --git a/app/locales/en.ts b/app/locales/en.ts index 0434058e..b8368706 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -28,7 +28,7 @@ const en = { Retry: "Retry", Delete: "Delete", Edit: "Edit", - EditPrompts: "Edit Prompts", + EditConversation: "Edit Conversation", }, Commands: { new: "Start a new chat", @@ -193,7 +193,7 @@ const en = { Search: "Search Prompts", }, EditModal: { - Title: "Edit Prompt", + Title: "Edit Conversation", }, }, HistoryCount: {