realm_import_post_process: Show verified email in bold.

This commit is contained in:
Aman Agrawal
2025-05-22 09:50:15 +05:30
committed by Tim Abbott
parent 47e70ef6b5
commit 9b2bf87bff

View File

@@ -21,7 +21,8 @@
<div class="input-box slack-import-extra-info">
<div class="not-editable-realm-field">
{% trans %}
No account in the imported data matched the email address you've verified with Zulip ({{ verified_email }}).
No account in the imported data matched the email address you've verified with Zulip
(<strong>{{ verified_email }}</strong>).
Select an account to associate your email address with.
{% endtrans %}
</div>