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:
Lauryn Menard 2023-04-24 14:59:20 +02:00 committed by Tim Abbott
parent 942cfa7118
commit 2dc9e52531
2 changed files with 2 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 }}>
----