mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Rename 'All Streams' to 'All streams'.
This commit is contained in:
@@ -169,7 +169,7 @@ particular section on the **Administration** page.
|
||||
* **Contents:**
|
||||
```.md
|
||||
If you wish to see streams that you aren't subscribed to, click on the
|
||||
**All Streams** tab; the tab will turn gray upon doing so.
|
||||
**All streams** tab; the tab will turn gray upon doing so.
|
||||
```
|
||||
|
||||
* **Example usage and rendering:**
|
||||
@@ -186,7 +186,7 @@ particular section on the **Administration** page.
|
||||
name of the stream in the **Filter Streams** input.
|
||||
!!! tip ""
|
||||
If you wish to see streams that you aren't subscribed to, click on the
|
||||
**All Streams** tab; the tab will turn gray upon doing so.
|
||||
**All streams** tab; the tab will turn gray upon doing so.
|
||||
```
|
||||
|
||||
##### **Down chevron** `{!down-chevron.md!}` macro
|
||||
|
||||
@@ -356,7 +356,7 @@ $(function () {
|
||||
|
||||
$("#join_unsub_stream").click(function () {
|
||||
subs.launch();
|
||||
components.toggle.lookup("stream-filter-toggle").goto("All Streams");
|
||||
components.toggle.lookup("stream-filter-toggle").goto("All streams");
|
||||
});
|
||||
|
||||
// FEEDBACK
|
||||
|
||||
@@ -544,7 +544,7 @@ exports.setup_page = function (callback) {
|
||||
selected: 0,
|
||||
values: [
|
||||
{ label: "Subscribed" },
|
||||
{ label: "All Streams" },
|
||||
{ label: "All streams" },
|
||||
],
|
||||
callback: function () {
|
||||
actually_filter_streams();
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
If you wish to see streams that you aren't subscribed to, click on the
|
||||
**All Streams** tab; the tab will turn gray upon doing so.
|
||||
**All streams** tab; the tab will turn gray upon doing so.
|
||||
|
||||
Reference in New Issue
Block a user