From 284931967a83cdc7990a57d0f1523ead69c4541a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 15 Jan 2017 11:23:37 -0800 Subject: [PATCH] Rename 'All Streams' to 'All streams'. --- docs/README.md | 4 ++-- static/js/click_handlers.js | 2 +- static/js/subs.js | 2 +- templates/zerver/help/include/all-streams.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index db67f470ed..18be659ecf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/static/js/click_handlers.js b/static/js/click_handlers.js index d507edd808..b7c1d040a1 100644 --- a/static/js/click_handlers.js +++ b/static/js/click_handlers.js @@ -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 diff --git a/static/js/subs.js b/static/js/subs.js index 9967ea692f..4a6dd27271 100644 --- a/static/js/subs.js +++ b/static/js/subs.js @@ -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(); diff --git a/templates/zerver/help/include/all-streams.md b/templates/zerver/help/include/all-streams.md index c8aad80029..dfe86fa216 100644 --- a/templates/zerver/help/include/all-streams.md +++ b/templates/zerver/help/include/all-streams.md @@ -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.