Skip to content

Commit 0fa6bd2

Browse files
committed
chore(aggregations): clarify preview output label
1 parent cf65a2d commit 0fa6bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compass-aggregations/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const PipelinePreview: React.FunctionComponent<PipelinePreviewProps> = ({
184184
<div className={containerStyles} data-testid="pipeline-as-text-preview">
185185
<div className={previewHeaderStyles}>
186186
<div>
187-
<Overline>Pipeline Output</Overline>
187+
<Overline>Pipeline Output Preview</Overline>
188188
{shouldShowCount && (
189189
<Body>
190190
Sample of {docCount} {docText}

packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function StagePreviewHeader({
5656
) : (
5757
<>
5858
<span>
59-
Output after{' '}
59+
Output preview after{' '}
6060
<OperatorLink
6161
stageOperator={stageOperator}
6262
description={description}

0 commit comments

Comments
 (0)