Skip to content

Commit 5a6fd9c

Browse files
authored
update text
1 parent ddb9b92 commit 5a6fd9c

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-aggregations/src/components/pipeline-toolbar

1 file changed

+1
-1
lines changed

packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-ai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const PipelineAI: React.FunctionComponent<PipelineAIProps> = ({
118118
onResetIsAggregationGeneratedFromQuery={
119119
onResetIsAggregationGeneratedFromQuery
120120
}
121-
placeholder="Tell us what to find (e.g. movies from 2000) or paste a query in another language (SQL, Java, etc.)"
121+
placeholder="Tell us what aggregation to build (e.g. count movies made each year) or paste one in another language (SQL, Java, etc.)"
122122
onSubmitFeedback={enableTelemetry ? onSubmitFeedback : undefined}
123123
/>
124124
);

0 commit comments

Comments
 (0)