From 90ee65d2869e6a52d02521347de23240db02001f Mon Sep 17 00:00:00 2001 From: Marcus Hof <13001502+MarconLP@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:52:35 +0100 Subject: [PATCH] rename per event trigger option label --- .../scenes/pipeline/hogfunctions/filters/HogFunctionFilters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/pipeline/hogfunctions/filters/HogFunctionFilters.tsx b/frontend/src/scenes/pipeline/hogfunctions/filters/HogFunctionFilters.tsx index ed98f0f3de14b..681e63a6239b2 100644 --- a/frontend/src/scenes/pipeline/hogfunctions/filters/HogFunctionFilters.tsx +++ b/frontend/src/scenes/pipeline/hogfunctions/filters/HogFunctionFilters.tsx @@ -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}