email: Update "Log in" string in digest emails.

This commit is contained in:
opmkumar
2025-04-14 21:07:28 +05:30
committed by Tim Abbott
parent 5530981db9
commit 8c556cafbb
3 changed files with 3 additions and 7 deletions

View File

@@ -555,7 +555,7 @@ class TestDigestContentInBrowser(ZulipTestCase):
def test_get_digest_content_in_browser(self) -> None:
self.login("hamlet")
result = self.client_get("/digest/")
self.assert_in_success_response(["Click here to log in to Zulip and catch up."], result)
self.assert_in_success_response(["Log in to Zulip to catch up"], result)
class TestDigestTopics(ZulipTestCase):