From 330439a83b7c9d01bfc608a7e82b427f53bae164 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 20 May 2024 18:00:18 -0700 Subject: [PATCH] zulip_updates: Wrap differently to workaround bug. The bold syntax appearing on the start of a line made this render badly. --- zerver/lib/zulip_update_announcements.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/lib/zulip_update_announcements.py b/zerver/lib/zulip_update_announcements.py index f1660062d1..41ced1d0e4 100644 --- a/zerver/lib/zulip_update_announcements.py +++ b/zerver/lib/zulip_update_announcements.py @@ -84,8 +84,8 @@ them. [Learn more]({typing_notifications_help_url}). ZulipUpdateAnnouncement( level=4, message=""" -- To simplify Zulip for new users, **Streams** have been renamed to -**Channels**. The functionality remains exactly the same, and bots do not need +- To simplify Zulip for new users, **Streams** have been renamed to **Channels**. +The functionality remains exactly the same, and bots do not need to be updated. [Learn more]({introduction_to_channels_help_url}). - Topics and messages now load much faster when you open the web or desktop app.