Rename 'All Streams' to 'All streams'.

This commit is contained in:
Tim Abbott 2017-01-15 11:23:37 -08:00
parent d5f718a3e7
commit 284931967a
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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();

View File

@ -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.