mirror of https://github.com/zulip/zulip.git
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:
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 %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ realm_uri }}">{{ _("It's time to chat.") }}</a>
|
||||
</p>
|
||||
<a class="button" href="{{ realm_uri }}">{{ _("Go to Zulip") }}</a>
|
||||
|
||||
{% 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 %}
|
||||
|
||||
|
||||
{{ _("It's time to chat.") }}
|
||||
{{ _("Go to Zulip") }}:
|
||||
<{{ realm_uri }}>
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue