From 45b49b2b706debb4e93008a566dc62d7bfc2cc2c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 6 Dec 2021 15:03:37 -0800 Subject: [PATCH] i18n: Remove markup from network error strings. This will avoid translators having to do new work when we change CSS class names. Also use a unicode ... character. --- templates/zerver/app/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index fe1ec69270..c123dc6383 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -98,8 +98,10 @@
- {% trans %}Unable to connect to Zulip. Updates may be delayed.{% endtrans %} - {{ _('Retrying soon...') }} {{ _('Try now.') }} + {{ _('Unable to connect to Zulip.') }} + {{ _('Updates may be delayed.') }} + {{ _('Retrying soon…') }} + {{ _('Try now.') }}