From 51b479c64f796b36c91f4ec578e8fe0b7ec50a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Tue, 22 Mar 2022 12:23:16 +0100 Subject: [PATCH] Fix transactional emails --- templates/emails/transactional/subscription-end.html | 2 +- templates/emails/transactional/trial-end.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emails/transactional/subscription-end.html b/templates/emails/transactional/subscription-end.html index 9de3922e..cd66aac6 100644 --- a/templates/emails/transactional/subscription-end.html +++ b/templates/emails/transactional/subscription-end.html @@ -27,7 +27,7 @@ {{ render_text('Regardless of your choice, we want to say thank you for trying SimpleLogin. We know the product requires an investment of your time, and we appreciate you giving us a chance.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} - {{ render_text('P.S. If you have any questions or need any help, please don\'t hesitate to reach out. You can simply reply to this email or reach us via Twitter/Github.') }} + {{ render_text('P.S. If you have any questions or need any help, please don\'t hesitate to reach out ') }} {{ raw_url(URL ~ "/dashboard/pricing") }} diff --git a/templates/emails/transactional/trial-end.html b/templates/emails/transactional/trial-end.html index f7e20789..8a76c004 100644 --- a/templates/emails/transactional/trial-end.html +++ b/templates/emails/transactional/trial-end.html @@ -39,7 +39,7 @@ {{ render_text('Regardless of your choice, we want to say thank you for trying SimpleLogin. We know the product requires an investment of your time, and we appreciate you giving us a chance.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} - {{ render_text('P.S. If you have any questions or need any help, please don\'t hesitate to reach out. You can simply reply to this email or reach us via Twitter/Github.') }} + {{ render_text('P.S. If you have any questions or need any help, please don\'t hesitate to reach out ') }} {{ raw_url(URL ~ "/dashboard/pricing") }}