mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
emails: Remove verbose_support_offers conditional where unneccesary.
For almost all of these, the verbose support offer clause is almost the same as the non-verbose version. The distinction carries extra carrying cost when coming up with new copy, testing new email designs, etc.
This commit is contained in:
@@ -13,15 +13,9 @@ If you would like to confirm this change, please click this link:
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if verbose_support_offers %}
|
|
||||||
Feel free to give us a shout at
|
Feel free to give us a shout at
|
||||||
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>
|
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>
|
||||||
if you have any questions or you did not request this change.
|
if you have any questions or you did not request this change.
|
||||||
{% else %}
|
|
||||||
If you did not request this change, please contact the administrator
|
|
||||||
of this Zulip server at
|
|
||||||
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -6,13 +6,8 @@ to confirm this change, please click this link:
|
|||||||
|
|
||||||
{{ activate_url }}
|
{{ activate_url }}
|
||||||
|
|
||||||
{% if verbose_support_offers %}
|
|
||||||
Feel free to give us a shout at <{{ support_email }}> if you have any
|
Feel free to give us a shout at <{{ support_email }}> if you have any
|
||||||
questions or you did not request this change.
|
questions or you did not request this change.
|
||||||
{% else %}
|
|
||||||
If you did not request this change, please contact the administrator
|
|
||||||
of this Zulip server at <{{ support_email }}>.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Cheers,
|
Cheers,
|
||||||
|
|
||||||
|
|||||||
@@ -12,11 +12,7 @@
|
|||||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% if verbose_support_offers %}
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
||||||
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cheers,<br />
|
Cheers,<br />
|
||||||
|
|||||||
@@ -5,11 +5,7 @@ You recently signed up for Zulip. Awesome!
|
|||||||
To complete signup, visit this link below:
|
To complete signup, visit this link below:
|
||||||
<{{ activate_url }}>
|
<{{ activate_url }}>
|
||||||
|
|
||||||
{% if verbose_support_offers %}
|
|
||||||
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <{{ support_email }}>.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Cheers,
|
Cheers,
|
||||||
|
|
||||||
|
|||||||
@@ -16,10 +16,8 @@ at the following link:</p>
|
|||||||
|
|
||||||
<p>The email address associated with your account is <b>{{ user_profile.email }}</b>.</p>
|
<p>The email address associated with your account is <b>{{ user_profile.email }}</b>.</p>
|
||||||
|
|
||||||
{% if verbose_support_offers %}
|
|
||||||
<p>If you have trouble signing in, please contact Zulip support by replying to
|
<p>If you have trouble signing in, please contact Zulip support by replying to
|
||||||
this email.</p>
|
this email.</p>
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
<p>Thanks for using Zulip!</p>
|
<p>Thanks for using Zulip!</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -6,9 +6,7 @@ at the following link:
|
|||||||
|
|
||||||
The email address associated with your account is {{ user_profile.email }}.
|
The email address associated with your account is {{ user_profile.email }}.
|
||||||
|
|
||||||
{% if verbose_support_offers %}
|
|
||||||
If you have trouble signing in, please contact Zulip support by replying to
|
If you have trouble signing in, please contact Zulip support by replying to
|
||||||
this email.
|
this email.
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Thanks for using Zulip!
|
Thanks for using Zulip!
|
||||||
|
|||||||
@@ -15,11 +15,7 @@
|
|||||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% if verbose_support_offers %}
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
||||||
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cheers,<br />
|
Cheers,<br />
|
||||||
|
|||||||
@@ -6,11 +6,8 @@ Message from {{ referrer.full_name }}: {{ custom_body }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
To get started, visit the link below:
|
To get started, visit the link below:
|
||||||
<{{ activate_url }}>
|
<{{ activate_url }}>
|
||||||
{% if verbose_support_offers %}
|
|
||||||
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <{{ support_email }}>.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Cheers,
|
Cheers,
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,8 @@ Hi there,
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
To get started, visit the link below:
|
To get started, visit the link below:
|
||||||
<{{ activate_url }}>
|
<{{ activate_url }}>
|
||||||
{% if verbose_support_offers %}
|
|
||||||
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
Feel free to give us a shout at <{{ support_email }}> if you have any questions.
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <{{ support_email }}>.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Cheers,
|
Cheers,
|
||||||
|
|
||||||
|
|||||||
@@ -12,11 +12,7 @@
|
|||||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% if verbose_support_offers %}
|
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
||||||
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cheers,<br />
|
Cheers,<br />
|
||||||
|
|||||||
@@ -5,11 +5,7 @@ This is a friendly reminder that {{ referrer_name }} ({{ referrer_email }}) want
|
|||||||
To get started, visit the link below:
|
To get started, visit the link below:
|
||||||
<{{ activate_url }}>
|
<{{ activate_url }}>
|
||||||
|
|
||||||
{% if verbose_support_offers %}
|
|
||||||
We're here for you at <{{ support_email }}>, if you have any questions.
|
We're here for you at <{{ support_email }}>, if you have any questions.
|
||||||
{% else %}
|
|
||||||
If you are having issues, please contact your Zulip administrator at <{{ support_email }}>.
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
Cheers,
|
Cheers,
|
||||||
The Zulip Team
|
The Zulip Team
|
||||||
|
|||||||
Reference in New Issue
Block a user