Skip to content

Commit 31a8854

Browse files
authored
chore(query-bar): update ai query placeholder text (#4705)
1 parent 15e8148 commit 31a8854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-query-bar/src/components/generative-ai/ai-text-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function AITextInput({
227227
ref={promptTextInputRef}
228228
sizeVariant="small"
229229
aria-label="Enter a plain text query that the AI will translate into MongoDB query language."
230-
placeholder="Tell Compass what documents to find (e.g. how many users signed up last month)"
230+
placeholder="Tell Compass what documents to find (e.g. which movies were released in 2000)"
231231
value={aiPromptText}
232232
onChange={(evt: React.ChangeEvent<HTMLInputElement>) =>
233233
onChangeAIPromptText(evt.currentTarget.value)

0 commit comments

Comments
 (0)