diff --git a/docs/testing/manual-testing.md b/docs/testing/manual-testing.md index 0eb4a6ba5c..138cec4165 100644 --- a/docs/testing/manual-testing.md +++ b/docs/testing/manual-testing.md @@ -446,7 +446,7 @@ Test subscribe/unsubscribe: - Log in as Hamlet and go to his stream settings. - As Cordelia, unsubscribe from "public1" using the checkmark in the - streams settings page. + stream settings page. - Verify that Hamlet sees that Cordelia has unsubscribed (and the subscriber count should decrement). - As Cordelia, resubscribe to "public1." diff --git a/docs/translating/translating.md b/docs/translating/translating.md index c6ec806ad2..c75aa32bc7 100644 --- a/docs/translating/translating.md +++ b/docs/translating/translating.md @@ -209,8 +209,8 @@ properly capitalized in a way consistent with how Zulip does capitalization in general. This means that: - The first letter of a sentence or phrase should be capitalized. - - Correct: "Manage streams" - - Incorrect: "Manage Streams" + - Correct: "Stream settings" + - Incorrect: "Stream Settings" - All proper nouns should be capitalized. - Correct: "This is Zulip" - Incorrect: "This is zulip" diff --git a/help/keyboard-shortcuts.md b/help/keyboard-shortcuts.md index a11608df3b..4e55fd30bf 100644 --- a/help/keyboard-shortcuts.md +++ b/help/keyboard-shortcuts.md @@ -12,7 +12,7 @@ in the Zulip app to add more to your repertoire as needed. * [Message actions](#message-actions) * [Drafts](#drafts) * [Menus](#menus) -* [Streams settings](#streams-settings-page) +* [Stream settings](#stream-settings) ## The basics @@ -213,7 +213,7 @@ Keyboard navigation (e.g. arrow keys) works as expected. * **Toggle message actions menu**: I -## Streams settings page +## Stream settings * **Scroll through streams**: ↑ and ↓ diff --git a/help/unsubscribe-from-a-stream.md b/help/unsubscribe-from-a-stream.md index 5af6af970e..ea57a0696e 100644 --- a/help/unsubscribe-from-a-stream.md +++ b/help/unsubscribe-from-a-stream.md @@ -22,7 +22,7 @@ You can always unsubscribe from any stream in Zulip. ## Alternate methods to unsubscribe from a stream -### Via manage streams +### Via subscribed streams {start_tabs} diff --git a/web/src/add_stream_options_popover.js b/web/src/add_stream_options_popover.js index 377ffa2718..6011faaf01 100644 --- a/web/src/add_stream_options_popover.js +++ b/web/src/add_stream_options_popover.js @@ -16,7 +16,7 @@ export function initialize() { if (!can_create_streams) { // If the user can't create streams, we directly - // navigate them to the Manage streams subscribe UI. + // navigate them to the Stream settings subscribe UI. window.location.assign("#streams/all"); // Returning false from an onShow handler cancels the show. return false; diff --git a/web/src/gear_menu.js b/web/src/gear_menu.js index acfc020aae..4c69d2998d 100644 --- a/web/src/gear_menu.js +++ b/web/src/gear_menu.js @@ -25,7 +25,7 @@ actually do much of the work. Our gear menu has these choices: ================= -hash: Manage streams +hash: Stream settings hash: Settings hash: Organization settings link: Usage statistics diff --git a/web/src/stream_settings_ui.js b/web/src/stream_settings_ui.js index 6d8c8c7d5a..378fa7baf0 100644 --- a/web/src/stream_settings_ui.js +++ b/web/src/stream_settings_ui.js @@ -523,7 +523,7 @@ export function setup_page(callback) { // so it's too risky a change for now. // // The history behind setting up the page from scratch every - // time we go into "Manage streams" is that we used to have + // time we go into "Stream settings" is that we used to have // some live-update issues, so being able to re-launch the // streams page is kind of a workaround for those bugs, since // we will re-populate the widget. @@ -532,7 +532,7 @@ export function setup_page(callback) { // continue the strategy that we re-render everything from scratch. // Also, we'll always go back to the "Subscribed" tab. function initialize_components() { - // Sort by name by default when opening "Manage streams". + // Sort by name by default when opening "Stream settings". sort_order = "by-stream-name"; const sort_toggler = components.toggle({ values: [ @@ -564,7 +564,7 @@ export function setup_page(callback) { $("#streams_overlay_container .list-toggler-container").prepend(sort_toggler.get()); // Reset our internal state to reflect that we're initially in - // the "Subscribed" tab if we're reopening "Manage streams". + // the "Subscribed" tab if we're reopening "Stream settings". stream_ui_updates.set_subscribed_only(true); toggler = components.toggle({ child_wants_focus: true, diff --git a/web/templates/gear_menu_popover.hbs b/web/templates/gear_menu_popover.hbs index 6e50412ee1..6b134eff9a 100644 --- a/web/templates/gear_menu_popover.hbs +++ b/web/templates/gear_menu_popover.hbs @@ -56,7 +56,7 @@