mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This commit replaces occurrences of realm_uri with realm_url in email templates and other related backend files. Co-authored-by: Junyao Chen <junyao.chen@socitydao.org>
10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
{% trans %}
|
|
Your Zulip account on {{ realm_url }} 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 %}
|