diff --git a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx index e092dfa53..9a21b5d1a 100644 --- a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx +++ b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx @@ -178,7 +178,7 @@ export function LLMAttachmentsList(props: { {/* uses the agiAttachmentPrompts to imagine what the user will ask aboud those */} {agiAttachmentPrompts.isFetching ? : } - What to do? + What can I do? diff --git a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsPromptsButton.tsx b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsPromptsButton.tsx index 93de74189..abd15cb50 100644 --- a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsPromptsButton.tsx +++ b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsPromptsButton.tsx @@ -42,7 +42,7 @@ function LLMAttachmentsPromptsButton({ data }: { data: AgiAttachmentPromptsData const tooltipTitle = data.error ? (data.error.message || 'Error guessing actions') : data.isFetching ? null - : data.isPending ? What to do? + : data.isPending ? What can I do? : 'Give me more ideas'; const button = (