From 03e12246930541f3a4d67d486531ce26edae4ca0 Mon Sep 17 00:00:00 2001 From: Marko Saric <34340819+metmarkosaric@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:35:40 +0100 Subject: [PATCH] improvements to the email copy (#3756) * Update yearly_expiration_notification.html.eex * Update yearly_renewal_notification.html.eex --- .../templates/email/yearly_expiration_notification.html.eex | 4 +--- .../templates/email/yearly_renewal_notification.html.eex | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/plausible_web/templates/email/yearly_expiration_notification.html.eex b/lib/plausible_web/templates/email/yearly_expiration_notification.html.eex index fe2bbe344..403663b18 100644 --- a/lib/plausible_web/templates/email/yearly_expiration_notification.html.eex +++ b/lib/plausible_web/templates/email/yearly_expiration_notification.html.eex @@ -2,8 +2,6 @@ Time flies! This is a reminder that your annual subscription for Plausible Analy

You need to <%= link("renew your subscription", to: PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)) %> if you want to continue using Plausible to count your website stats in a privacy-friendly way.

-If you don't want to continue your subscription, there's no action required. You will lose access to your dashboard on <%= @next_bill_date %>. +If you don't want to continue your subscription, there's no action required. You will lose access to your dashboard on <%= @next_bill_date %> and we'll stop accepting stats on <%= @accept_traffic_until %>.

Have a question, feedback or need some guidance? Just reply to this email to get in touch! - -Note that we'll stop accepting stats on <%= @accept_traffic_until %>. We're an independent, bootstrapped service and we don't sell your data, so this will reduce our server costs and help keep us sustainable. If you'd like to continue counting your site stats in a privacy-friendly way, please login to your Plausible account and renew your subscription. diff --git a/lib/plausible_web/templates/email/yearly_renewal_notification.html.eex b/lib/plausible_web/templates/email/yearly_renewal_notification.html.eex index 879e52491..220a34313 100644 --- a/lib/plausible_web/templates/email/yearly_renewal_notification.html.eex +++ b/lib/plausible_web/templates/email/yearly_renewal_notification.html.eex @@ -4,4 +4,6 @@ There's no action required if you're happy to continue using Plausible to count

If you don't want to continue your subscription, you can cancel it on your <%= link("account settings page", to: "#{plausible_url()}/settings") %>.

+BTW, most of our subscribers come from word of mouth, so if you love Plausible, and know someone else who might find it useful, we'd appreciate if you'd let them know. Thank you! +

Have a question, feedback or need some guidance? Do reply back to this email.