Skip to content

Commit

Permalink
rename per event trigger option label
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP authored Oct 30, 2024
1 parent 78ea7fb commit 90ee65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function HogFunctionFilters(): JSX.Element {
},
{
value: '{concat(person.id, event.event)}',
label: 'Run once per person per event per interval',
label: 'Run once per person per event name per interval',
},
]}
value={value?.hash ?? null}
Expand Down

0 comments on commit 90ee65d

Please sign in to comment.