mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
email: Update "Log in" string in digest emails.
This commit is contained in:
@@ -28,10 +28,7 @@
|
|||||||
|
|
||||||
<p class="digest_paragraph">{{ new_channels.html|display_list(1000)|safe }}.</p>
|
<p class="digest_paragraph">{{ new_channels.html|display_list(1000)|safe }}.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p class="digest_paragraph">{% trans %}<a href="{{ realm_url }}">Log in</a> to Zulip to catch up.{% endtrans %}</p>
|
||||||
<br />
|
|
||||||
|
|
||||||
<p class="digest_paragraph"><a href="{{ realm_url }}">{% trans %}Click here to log in to Zulip and catch up.{% endtrans %}</a></p>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block manage_preferences %}
|
{% block manage_preferences %}
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
{% if new_channels.plain %}** {% trans %}New channels{% endtrans %} **
|
{% if new_channels.plain %}** {% trans %}New channels{% endtrans %} **
|
||||||
{{ new_channels.plain|display_list(1000) }}.
|
{{ new_channels.plain|display_list(1000) }}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% trans organization_url=realm_url %}Log in to Zulip to catch up: {{ organization_url }}.{% endtrans %}
|
||||||
{% trans organization_url=realm_url %}Click here to log in to Zulip and catch up: {{ organization_url }}.{% endtrans %}
|
|
||||||
|
|
||||||
--
|
--
|
||||||
{% trans %}Manage email preferences:{% endtrans %}
|
{% trans %}Manage email preferences:{% endtrans %}
|
||||||
|
|||||||
@@ -555,7 +555,7 @@ class TestDigestContentInBrowser(ZulipTestCase):
|
|||||||
def test_get_digest_content_in_browser(self) -> None:
|
def test_get_digest_content_in_browser(self) -> None:
|
||||||
self.login("hamlet")
|
self.login("hamlet")
|
||||||
result = self.client_get("/digest/")
|
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):
|
class TestDigestTopics(ZulipTestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user