From a73e03da35eb7743d4ad9cdf05e6f6d4a073a8bb Mon Sep 17 00:00:00 2001 From: Eric Duong Date: Thu, 21 Nov 2024 21:44:18 -0500 Subject: [PATCH] fix(notifications): update notifications link (#26344) --- posthog/templates/email/batch_export_run_failure.html | 2 +- posthog/templates/email/fatal_plugin_error.html | 2 +- posthog/templates/email/hog_function_disabled.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/posthog/templates/email/batch_export_run_failure.html b/posthog/templates/email/batch_export_run_failure.html index 58244e49a5b..3c71632c1d7 100644 --- a/posthog/templates/email/batch_export_run_failure.html +++ b/posthog/templates/email/batch_export_run_failure.html @@ -28,6 +28,6 @@ or read our documentation.

-Manage these notifications in PostHog +Manage these notifications in PostHog {% endblock %} diff --git a/posthog/templates/email/fatal_plugin_error.html b/posthog/templates/email/fatal_plugin_error.html index 7c92135d5ac..fbc521171df 100644 --- a/posthog/templates/email/fatal_plugin_error.html +++ b/posthog/templates/email/fatal_plugin_error.html @@ -33,6 +33,6 @@ or read our documentation.

-Manage these notifications in PostHog +Manage these notifications in PostHog {% endblock %} \ No newline at end of file diff --git a/posthog/templates/email/hog_function_disabled.html b/posthog/templates/email/hog_function_disabled.html index 462768b1180..13fbc8542c5 100644 --- a/posthog/templates/email/hog_function_disabled.html +++ b/posthog/templates/email/hog_function_disabled.html @@ -28,6 +28,6 @@ or read our documentation.

-Manage these notifications in PostHog +Manage these notifications in PostHog {% endblock %} \ No newline at end of file