Skip to content

Commit 9147919

Browse files
committed
Update privacy event name for a fresh start
1 parent c26448b commit 9147919

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header/PrivacyTooltip

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/PrivacyTooltip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const PrivacyTooltip = () => {
5151
delay={0}
5252
interactive
5353
onShown={() => {
54-
track('Open Sandbox Privacy Tooltip', { owned });
54+
track('Sandbox - Open Privacy Tooltip', { owned });
5555
}}
5656
content={
5757
<>

0 commit comments

Comments
 (0)