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 }}