realm_redirect: Change bottom text.

Fixes #32042
This commit is contained in:
Aman Agrawal
2024-10-20 09:26:42 +00:00
committed by Tim Abbott
parent 29aad5c940
commit 93006ac4cf

View File

@@ -44,7 +44,9 @@
</div>
<div class="bottom-text">
{{ _("Need to get your group started on Zulip?") }} <a target="_blank" rel="noopener noreferrer" href="/new/">{{ _("Create a new organization.") }}</a>
{% trans org_creation_link="/new/" %}
<a target="_blank" rel="noopener noreferrer" href="{{ org_creation_link }}">Create a new organization</a> if you don't have one yet.
{% endtrans %}
</div>
</div>