mirror of https://github.com/zulip/zulip.git
emails: Use macros for email tags in notify change in email.
This commit is contained in:
parent
689c636e29
commit
3bac784590
|
@ -7,7 +7,7 @@
|
|||
{% block content %}
|
||||
<p>{{ _("Hi,") }}</p>
|
||||
<p>
|
||||
{% 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 %}
|
||||
{% trans new_email=macros.email_tag(new_email), support_email=macros.email_tag(support_email) %}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 %}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("Best,") }}<br>
|
||||
|
|
Loading…
Reference in New Issue