mirror of https://github.com/zulip/zulip.git
19 lines
690 B
Plaintext
19 lines
690 B
Plaintext
{% if create_realm %}
|
|
{{ _('You have requested a new Zulip organization. Awesome!') }}
|
|
{% else %}
|
|
{{ _('You recently signed up for Zulip. Awesome!') }}
|
|
{% endif %}
|
|
|
|
{% if create_realm %}
|
|
{{ _('Click the link below to create the organization and register your account.') }}
|
|
{% else %}
|
|
{{ _('Click the link below to complete registration.') }}
|
|
{% endif %}
|
|
<{{ activate_url }}>
|
|
|
|
{% 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 %}
|