mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
i18n: Fix quotes in mute setting help message.
This commit is contained in:
parent
6e83bcc0d5
commit
90dccbf7c3
@ -14,7 +14,9 @@
|
||||
{{!-- Tooltips for settings --}}
|
||||
{{#if (eq setting_name "is_muted")}}
|
||||
<p class="mute-note {{#unless is_muted}}hide-mute-note{{/unless}}">
|
||||
{{t "Muted streams don't show up in \"All messages\" or generate notifications unless you are mentioned." }}
|
||||
{{#tr this}}
|
||||
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")}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user