diff --git a/src/components/phrase-diagram/EditableVPEx.tsx b/src/components/phrase-diagram/EditableVPEx.tsx index 119670f..09e3ab7 100644 --- a/src/components/phrase-diagram/EditableVPEx.tsx +++ b/src/components/phrase-diagram/EditableVPEx.tsx @@ -34,8 +34,8 @@ function EditableVPEx({ children, opts, formChoice, noEdit, length, mode, sub, a if (isProd && !(user?.admin)) { ReactGA.event({ category: "Example", - action: "edit EPex", - label: "edit EPex" + action: "edit VPex", + label: "edit VPex" }); } }