mirror of https://github.com/zulip/zulip.git
10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
|
{% trans %}
|
||
|
Your Zulip account on {{ realm_uri }} has been deactivated, and you will no longer be able to log in.
|
||
|
{% endtrans %}
|
||
|
|
||
|
{% if deactivation_notification_comment %}
|
||
|
{{ _("The administrators provided the following comment:") }}
|
||
|
|
||
|
{{ deactivation_notification_comment }}
|
||
|
{% endif %}
|