Back to Zulip

{{ _("Email settings updated") }}

templates/zerver/unsubscribe_success.html

12.0561 B
Original Source

{% extends "zerver/portico.html" %} {% block title %}

{{ _("Email settings updated") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Email settings updated") }}

{% trans %} You've successfully unsubscribed from Zulip {{ subscription_type }} emails for {{ realm_name }}. {% endtrans %}

{% if subscription_type != "welcome" %}

{% trans %} You can undo this change or review your preferences in your notification settings. {% endtrans %}

{% endif %}

{% endblock %}