create_realm: Tag import string for translation.

The string "Or import from Slack, Mattermost, Gitter, or
Rocket.Chat." in create_realm.html was not tagged for
translation before. This commit fixes it to tag the string
for translation.
This commit is contained in:
Sahil Batra
2023-03-21 22:27:51 +05:30
committed by Tim Abbott
parent 6585cb0717
commit 627adf8465

View File

@@ -37,9 +37,11 @@
{% endfor %}
{% endif %}
<div class="bottom-text">
{% trans %}
Or import
from <a href="/help/import-from-slack">Slack</a>, <a href="/help/import-from-mattermost">Mattermost</a>,
<a href="/help/import-from-gitter">Gitter</a>, or <a href="/help/import-from-rocketchat">Rocket.Chat</a>.
{% endtrans %}
</div>
</div>
</div>