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") }}