{% extends "zerver/emails/compiled/email_base_default.html" %}
{% block illustration %}
{% endblock %}
{% block content %}
{{ _("Hi,") }}
{% trans %}We just wanted to let you know that 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 %}
{{ _("Best,") }}
{{ _("Team Zulip") }}