From 3decf380d7fec1eca7d07f1e00a87dd660a8756a Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Tue, 2 Jan 2024 15:27:54 -0800 Subject: [PATCH] settings: Update description text in Settings > Topics panel. (cherry picked from commit 2732da2bb2e6aecd5a22db8cef2c1a03b0b0c0a8) --- .../settings/user_topics_settings.hbs | 29 ++++++------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/web/templates/settings/user_topics_settings.hbs b/web/templates/settings/user_topics_settings.hbs index b7d1caf718..211af34036 100644 --- a/web/templates/settings/user_topics_settings.hbs +++ b/web/templates/settings/user_topics_settings.hbs @@ -1,27 +1,16 @@

- {{#if development}} - {{#tr}} - Zulip lets you configure notifications for each topic. You can also automatically follow or unmute topics - you start or participate in. - {{/tr}} - {{else}} - {{#tr}} - Zulip lets you mute topics and streams to avoid receiving notifications messages you are not interested in. - Muting a stream effectively mutes all topics in that stream. You can also manually mute a topic in an unmuted stream, - or unmute a topic in a muted stream. Learn more. - {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} - {{/tr}} - {{/if}} + {{#tr}} + Zulip lets you follow topics you are interested in, and mute topics you want to ignore. + You can also automatically follow + topics you start or participate in, and topics where you're mentioned. + {{#*inline "z-automatically-follow"}}{{> @partial-block}}{{/inline}} + {{/tr}}

- {{#if development}} -

{{t "Topic settings"}} - {{> ../help_link_widget link="/help/topic-notifications" }} -

- {{else}} -

{{t "Topic settings"}}

- {{/if}} +

{{t "Topic settings"}} + {{> ../help_link_widget link="/help/topic-notifications" }} +

{{> settings_save_discard_widget section_name="user-topics-settings" show_only_indicator=true }}