Skip to content

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinslow committed Jun 10, 2021
1 parent 223b5fd commit 9927051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/scenes/insights/InsightTabs/PathTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function DefaultPathTab(): JSX.Element {
type="event"
style={{ width: 200, paddingTop: 2 }}
value={filter.start_point}
placeholder={'Select start element'}
placeholder={'Search for a start element'}
/>
<hr />
<h4 className="secondary">Filters</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function PathTabHorizontal({ annotationsToCreate }: BaseTabProps): JSX.El
type="event"
style={{ width: 200, paddingTop: 2 }}
value={filter.start_point}
placeholder={'Select start element'}
placeholder={'Search for a start element'}
/>
</Col>
</Row>
Expand Down

0 comments on commit 9927051

Please sign in to comment.