templates: Improve email confirmation page.

This commit updates the text on email confirmation page to
make it more clear what's going on and why the user needs
to check their email.

Fixes #25900.
This commit is contained in:
Sahil Batra
2023-06-08 19:36:06 +05:30
committed by Tim Abbott
parent 987bbb641f
commit 95f8ab1626
5 changed files with 42 additions and 38 deletions

View File

@@ -342,7 +342,7 @@ class TestGenerateRealmCreationLink(ZulipTestCase):
result["Location"],
)
result = self.client_get(result["Location"])
self.assert_in_response("Check your email", result)
self.assert_in_response("check your email", result)
# Original link is now dead
result = self.client_get(generated_link)