zulip/templates/zerver/emails/realm_reactivation.txt

18 lines
751 B
Plaintext

{% trans %}Dear former administrators of {{ realm_name }},{% endtrans %}
{% trans %}One of your administrators requested reactivation of the previously deactivated Zulip organization hosted at {{ realm_uri }}.{% endtrans %}
{{ _('Click the link below to reactivate your organization.') }}
<{{ confirmation_url }}>
{% trans %}If the request was in error, you can take no action and this link will expire in 24 hours.{% endtrans %}
{% if corporate_enabled %}
{% trans %}Do you have questions or feedback to share? Contact us at {{ support_email }} — we'd love to help!{% endtrans %}
{% else %}
{% trans %}If you have any questions, please contact this Zulip server's administrators at {{ support_email }}.{% endtrans %}
{% endif %}