From 9b2bf87bffb5aa0d9c56e140d1496677c46749f9 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 22 May 2025 09:50:15 +0530 Subject: [PATCH] realm_import_post_process: Show verified email in bold. --- templates/zerver/realm_import_post_process.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zerver/realm_import_post_process.html b/templates/zerver/realm_import_post_process.html index f2509d9e79..4ef08def08 100644 --- a/templates/zerver/realm_import_post_process.html +++ b/templates/zerver/realm_import_post_process.html @@ -21,7 +21,8 @@
{% 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 + ({{ verified_email }}). Select an account to associate your email address with. {% endtrans %}