mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user