From 161342a2980a9abcc39dddb34d6c72c8bb6171b3 Mon Sep 17 00:00:00 2001 From: Vishnu KS Date: Mon, 15 Mar 2021 19:28:32 +0530 Subject: [PATCH] navbar: Tag unread alert message properly for translation. --- templates/zerver/app/navbar_alerts.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/zerver/app/navbar_alerts.html b/templates/zerver/app/navbar_alerts.html index e91501f6ab..3120d319d2 100644 --- a/templates/zerver/app/navbar_alerts.html +++ b/templates/zerver/app/navbar_alerts.html @@ -52,12 +52,12 @@
{% trans count=page_params.unread_msgs.count %} Welcome back! You have {{ count }} unread messages. Do you want to mark them all as read? - - Yes, please! - • - No, I'll catch up. - {% endtrans %} + + _("Yes, please!") + • + _("No, I'll catch up.") +
×