Fix transactional emails

This commit is contained in:
Adrià Casajús 2022-03-22 12:23:16 +01:00
parent 0931642d11
commit 51b479c64f
No known key found for this signature in database
GPG key ID: F0033226A5AFC9B9
2 changed files with 2 additions and 2 deletions

View file

@ -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, <br />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 <a href="https://app.simplelogin.io/dashboard/support">reach out</a> ') }}
{{ raw_url(URL ~ "/dashboard/pricing") }}

View file

@ -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, <br />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 <a href="https://app.simplelogin.io/dashboard/support">reach out</a> ') }}
{{ raw_url(URL ~ "/dashboard/pricing") }}