mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This is a continuation of #24260 where we have redrafted the "contact us" line in various emails, but the plain-text versions of those emails remains untouched. We want to also update those versions and ensure that they match with our emails. Fixes: #25198.
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
{{ _("Hi there,") }}
|
|
|
|
{% trans %}{{ referrer_full_name }} ({{ referrer_email }}) wants you to join them on Zulip -- the team communication tool designed for productivity.{% endtrans %}
|
|
|
|
{{ _("To get started, click the link below.") }}
|
|
<{{ 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 %}
|