mirror of https://github.com/zulip/zulip.git
stream_settings: Remove muted notice string for muted streams.
The muted notice string "Muted streams don't show up in "All messages" or generate notifications unless you are mentioned." doesn't properly explain the behavior of muted streams. A user can still get notifications for muted streams if they follow a topic in the stream. This is because the followed topics global settings will override the stream notifications settings. Fixes #27274.
This commit is contained in:
parent
67fd391e3d
commit
0c04246723
|
@ -18,13 +18,6 @@
|
|||
</label>
|
||||
|
||||
{{!-- Tooltips for settings --}}
|
||||
{{#if (eq setting_name "is_muted")}}
|
||||
<p class="mute-note {{#unless is_muted}}hide-mute-note{{/unless}}">
|
||||
{{#tr}}
|
||||
Muted streams don't show up in "All messages" or generate notifications unless you are mentioned.
|
||||
{{/tr}}
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if (eq setting_name "push_notifications")}}
|
||||
<i class="fa fa-question-circle settings-info-icon {{#unless disabled_realm_setting}}hide{{/unless}} tippy-zulip-tooltip"
|
||||
data-tippy-content="{{t 'Mobile push notifications are not configured on this server.' }}">
|
||||
|
|
Loading…
Reference in New Issue