Skip to content

Commit

Permalink
make selector matching more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
liyiy committed Nov 17, 2023
1 parent 90651e9 commit b341698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/surveys/SurveyEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ export default function SurveyEdit(): JSX.Element {
/>
</div>
</PureField>
<PureField label="Selector matches:">
<PureField label="CSS selector matches:">
<LemonInput
value={value?.selector}
onChange={(selectorVal) =>
Expand Down

0 comments on commit b341698

Please sign in to comment.