Skip to content

Commit da8a96c

Browse files
authored
Fix two spelling errors in console labels. (#18823)
reprot -> report and fitler -> filter.
1 parent de66d6b commit da8a96c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-console/src/views/segments-view/segments-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ export class SegmentsView extends React.PureComponent<SegmentsViewProps, Segment
11651165
getIntervalActionButton={(start, end, datasource, realtime) => {
11661166
return (
11671167
<Button
1168-
text="Apply fitler to table"
1168+
text="Apply filter to table"
11691169
small
11701170
rightIcon={IconNames.ARROW_DOWN}
11711171
onClick={() => {

web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ ${title} uncompressed size: ${formatBytesCompact(
925925
<div>{formatInteger(value)}</div>
926926
<div
927927
className="detail-line"
928-
data-tooltip="Workers are counted as inactive until they reprot starting to read rows from their input."
928+
data-tooltip="Workers are counted as inactive until they report starting to read rows from their input."
929929
>{`${formatInteger(inactiveWorkers)} inactive`}</div>
930930
</div>
931931
);

0 commit comments

Comments
 (0)