Rebrand "not in home view" as "muting".

There's one place where we don't really get this right, though,
which is the Streams page -- there's still a checkbox labeled
"include in home view".

I'm basically OK with that.

(imported from commit 55319b57f0c3d005a9937258a55254b9a91ce6ae)
This commit is contained in:
Waseem Daher 2013-10-04 01:34:58 -04:00
parent b64c1f7362
commit 68e6370447
2 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@
<li>
<a class="toggle_home">
{{#if stream.in_home_view}}
<i class="icon-vector-minus-sign"></i>
Hide stream {{stream.name}} from your home view
<i class="icon-vector-eye-close"></i>
Mute the stream {{stream.name}}
{{else}}
<i class="icon-vector-plus-sign"></i>
Show stream {{stream.name}} in your home view
<i class="icon-vector-eye-open"></i>
Unmute the stream {{stream.name}}
{{/if}}
</a>
</li>

View File

@ -32,7 +32,7 @@
<p> NOTE: Zulip supports several ways to control what messages you want to read
right now, but Zulip does not yet have a direct equivalent to Barnowl filters.
If you have more subscriptions than you generally read, we recommend that you use
Zulip's "Hide from home view" option to hide those subscriptions from your
Zulip's "Mute" option to hide those subscriptions from your
home view that you less commonly read. You can still easily access those streams
from Zulip when you want to read them. You can control your subscriptions
and what's in your home view by clicking the gear in the upper right-hand corner