diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index 7d0caa6a82..22f35e52d7 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -79,9 +79,6 @@ border-top-color: hsl(0,0%,52%); animation: zspinner 1s linear infinite; } - .app-loading-text { - font-weight: normal; - } {% endblock %} @@ -95,7 +92,6 @@
-

{{ _('Loading...') }}

{% trans %}If this message does not go away, try reloading the page.{% endtrans %}

diff --git a/zerver/tests/test_home.py b/zerver/tests/test_home.py index d3f10f6d04..ea3d5347f2 100644 --- a/zerver/tests/test_home.py +++ b/zerver/tests/test_home.py @@ -227,7 +227,7 @@ class HomeTest(ZulipTestCase): # Keep this list sorted!!! html_bits = [ "message_feed_errors_container", - "Loading...", + "app-loading-logo", # Verify that the app styles get included "app-stubentry.js", "data-params",