emails: Update text for notify_change_in_email.

This commit is contained in:
Rishi Gupta
2018-12-19 18:53:34 -08:00
parent fb56720054
commit dc39d66bca
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{% block content %}
<p>{{ _("Hi,") }}</p>
<p>
{% trans %}We just wanted to let you know that the email associated with your Zulip account was recently changed to <a href="{{ new_email }}">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}">{{ support_email }}</a>.{% endtrans %}
{% trans %}The email associated with your Zulip account was recently changed to <a href="{{ new_email }}">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}">{{ support_email }}</a>.{% endtrans %}
</p>
<p>
{{ _("Best,") }}<br />

View File

@@ -1,7 +1,7 @@
{{ _("Hi,") }}
{% trans %}
We just wanted to let you know that the email associated with your Zulip account
The email associated with your Zulip account
was recently changed to {{ new_email }}. If you did not request this change,
please contact us immediately at <{{ support_email }}>.
{% endtrans %}