mirror of https://github.com/zulip/zulip.git
12 lines
468 B
HTML
12 lines
468 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
<h1>{% trans %}Email settings updated{% endtrans %}</h1>
|
|
|
|
<p>{% trans %}We've updated your email subscription settings, and you won't get {{ subscription_type }} emails anymore.{% endtrans %}</p>
|
|
|
|
<p>{% trans %}To undo this change or review your other subscription settings, please visit your <a href="{{ realm_uri }}/#settings/notifications">Zulip Settings page</a>.{% endtrans %}</p>
|
|
|
|
{% endblock %}
|