mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
welcome-email: Update call to action at end of followup_day2 email.
Updates the final phrase in the `followup_day2` email to be: "Go to Zulip" and makes it a button instead of text with a link.
This commit is contained in:
committed by
Tim Abbott
parent
942cfa7118
commit
2dc9e52531
@@ -25,9 +25,7 @@
|
|||||||
{% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to <a href="{{ move_messages_link }}">move messages</a>, <a href="{{ rename_topics_link }}">rename topics</a>, or even <a href="{{ move_topic_to_different_stream_link }}">move a topic to a different stream</a>.{% endtrans %}
|
{% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to <a href="{{ move_messages_link }}">move messages</a>, <a href="{{ rename_topics_link }}">rename topics</a>, or even <a href="{{ move_topic_to_different_stream_link }}">move a topic to a different stream</a>.{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<a class="button" href="{{ realm_uri }}">{{ _("Go to Zulip") }}</a>
|
||||||
<a href="{{ realm_uri }}">{{ _("It's time to chat.") }}</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to move messages ({{ move_messages_link }}), rename topics ({{ rename_topics_link }}), or even move a topic to a different stream ({{ move_topic_to_different_stream_link }}).{% endtrans %}
|
{% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to move messages ({{ move_messages_link }}), rename topics ({{ rename_topics_link }}), or even move a topic to a different stream ({{ move_topic_to_different_stream_link }}).{% endtrans %}
|
||||||
|
|
||||||
|
|
||||||
{{ _("It's time to chat.") }}
|
{{ _("Go to Zulip") }}:
|
||||||
<{{ realm_uri }}>
|
<{{ realm_uri }}>
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user