From 348f7c968265cb2154534c4b6720988258eb0ce2 Mon Sep 17 00:00:00 2001 From: Danilo Campos Date: Tue, 15 Oct 2024 18:57:24 -0400 Subject: [PATCH] Copy fix to template_meta_ads.py (#25610) --- posthog/cdp/templates/meta_ads/template_meta_ads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/cdp/templates/meta_ads/template_meta_ads.py b/posthog/cdp/templates/meta_ads/template_meta_ads.py index f136d3902f445..d185f91c22af5 100644 --- a/posthog/cdp/templates/meta_ads/template_meta_ads.py +++ b/posthog/cdp/templates/meta_ads/template_meta_ads.py @@ -3,7 +3,7 @@ template: HogFunctionTemplate = HogFunctionTemplate( status="alpha", id="template-meta-ads", - name="Google Ads Conversions", + name="Meta Ads Conversions", description="Send conversion events to Meta Ads", icon_url="/static/services/meta-ads.png", category=["Advertisement"],