fix mailbox newsletter

This commit is contained in:
Son NK 2020-05-11 14:44:57 +02:00
parent 7c55c5c44a
commit 50a105f156
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@ maybe for different uses: a Gmail account for social networks & forums, a Pronto
{% endblock %}
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
This email is sent to {{ user.email }}. Unsubscribe on
<a href="https://app.simplelogin.io/dashboard/setting#notification">Settings</a>
{% endblock %}

View File

@ -1,4 +1,4 @@
This email is sent to {{ user.email }} and is part of our onboarding series.
This email is sent to {{ user.email }}.
Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification
----------------