realm_creation_form: Change style of import tooltip.

This commit is contained in:
Aman Agrawal
2025-05-20 09:53:19 +05:30
committed by Tim Abbott
parent 1d72e38e62
commit 2767122a3d

View File

@@ -92,13 +92,13 @@
<option value="{{ key }}" {% if key == "none" %}selected{% endif %}>{{ _(choice) }}</option>
{% endfor %}
</select>
<div class="not-editable-realm-field extra-info-realm-creation-import-from">
<p class="extra-info-realm-creation-import-from registration-form-hint">
{% trans %}
Or learn how to import from
<a href="/help/import-from-mattermost">Mattermost</a> or
<a href="/help/import-from-rocketchat">Rocket.Chat</a>.
{% endtrans %}
</div>
</p>
</div>
<label for="import_from" class="inline-block">
{{ _('Import chat history?') }}