mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
emails: Update text for notify_change_in_email.
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user