mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
settings: Update description text in Settings > Topics panel.
This commit is contained in:
@@ -1,27 +1,16 @@
|
|||||||
<div id="user-topic-settings" class="settings-section" data-name="topics">
|
<div id="user-topic-settings" class="settings-section" data-name="topics">
|
||||||
<p>
|
<p>
|
||||||
{{#if development}}
|
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
Zulip lets you configure notifications for each topic. You can also automatically follow or unmute topics
|
Zulip lets you follow topics you are interested in, and mute topics you want to ignore.
|
||||||
you start or participate in.
|
You can also <z-automatically-follow>automatically follow</z-automatically-follow>
|
||||||
|
topics you start or participate in, and topics where you're mentioned.
|
||||||
|
{{#*inline "z-automatically-follow"}}<a href="/help/follow-a-topic#automatically-follow-topics" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
||||||
{{/tr}}
|
{{/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. <z-link>Learn more.</z-link>
|
|
||||||
{{#*inline "z-link"}}<a href="/help/topic-notifications" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
||||||
{{/tr}}
|
|
||||||
{{/if}}
|
|
||||||
</p>
|
</p>
|
||||||
<div class="settings_panel_list_header">
|
<div class="settings_panel_list_header">
|
||||||
{{#if development}}
|
|
||||||
<h3>{{t "Topic settings"}}
|
<h3>{{t "Topic settings"}}
|
||||||
{{> ../help_link_widget link="/help/topic-notifications" }}
|
{{> ../help_link_widget link="/help/topic-notifications" }}
|
||||||
</h3>
|
</h3>
|
||||||
{{else}}
|
|
||||||
<h3>{{t "Topic settings"}}</h3>
|
|
||||||
{{/if}}
|
|
||||||
{{> settings_save_discard_widget section_name="user-topics-settings" show_only_indicator=true }}
|
{{> settings_save_discard_widget section_name="user-topics-settings" show_only_indicator=true }}
|
||||||
<input id="user_topics_search" class="search filter_text_input" type="text" placeholder="{{t 'Filter topics' }}" aria-label="{{t 'Filter topics' }}"/>
|
<input id="user_topics_search" class="search filter_text_input" type="text" placeholder="{{t 'Filter topics' }}" aria-label="{{t 'Filter topics' }}"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user