mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
Rename 'Stream Settings' to 'Stream settings'.
This commit is contained in:
@@ -343,7 +343,7 @@ instruction and the [**Down chevron** macro](#down-chevron-down-chevron-md-macro
|
||||
icon to reveal an actions dropdown.
|
||||
```
|
||||
|
||||
##### **Stream Settings** `{!stream-settings.md!}` macro
|
||||
##### **Stream settings** `{!stream-settings.md!}` macro
|
||||
|
||||
* **About:** Notifies readers about the changes in the
|
||||
**Subscriptions** page when a stream is selected; usually followed
|
||||
@@ -352,7 +352,7 @@ instruction and the [**Down chevron** macro](#down-chevron-down-chevron-md-macro
|
||||
* **Contents:**
|
||||
```.md
|
||||
the right side of the [Subscriptions](/#subscriptions) page, labeled
|
||||
**Stream Settings**, will now display the selected stream's settings.
|
||||
**Stream settings**, will now display the selected stream's settings.
|
||||
```
|
||||
|
||||
* **Example usage and rendering:**
|
||||
@@ -361,11 +361,11 @@ instruction and the [**Down chevron** macro](#down-chevron-down-chevron-md-macro
|
||||
```
|
||||
```.md
|
||||
1. Click on the stream you want to edit; the right side of the
|
||||
[Subscriptions](/#subscriptions) page, labeled **Stream Settings**, will
|
||||
[Subscriptions](/#subscriptions) page, labeled **Stream settings**, will
|
||||
now display the selected stream's settings.
|
||||
```
|
||||
|
||||
##### **Stream Settings scroll** `{!stream-settings.md!}` macro
|
||||
##### **Stream settings scroll** `{!stream-settings.md!}` macro
|
||||
|
||||
* **About:** Instructs readers to scroll down to a particular section on the
|
||||
**Subscriptions** page after making sure their cursors are hovering above the
|
||||
|
@@ -215,7 +215,7 @@ Here are the things to test:
|
||||
- Compose (send a message to the stream)
|
||||
- Mark as read (scroll back and then have Hamlet send you a message)
|
||||
- Mute/unmute (do both)
|
||||
- Unsubcribe (and then go to Stream Settings in the gear menu to resubscribe)
|
||||
- Unsubcribe (and then go to Stream settings in the gear menu to resubscribe)
|
||||
- Choose custom color (play around with this)
|
||||
|
||||
- Topic sidebar menus
|
||||
@@ -348,7 +348,7 @@ Miscellaneous:
|
||||
- Use the "x" icon to clear a search.
|
||||
- Use the "Esc" hotkey to clear a search.
|
||||
|
||||
### Stream Settings ###
|
||||
### Stream settings ###
|
||||
|
||||
Test various UI entry points into stream settings:
|
||||
- Use small gear menu in left sidebar, then filter to "devel".
|
||||
|
@@ -556,7 +556,7 @@ exports.setup_page = function (callback) {
|
||||
$("#subscriptions_table .search-container").prepend(stream_filter_toggle);
|
||||
}
|
||||
|
||||
// show the "Stream Settings" header by default.
|
||||
// show the "Stream settings" header by default.
|
||||
$(".display-type #stream_settings_title").show();
|
||||
}
|
||||
|
||||
|
@@ -29,7 +29,7 @@
|
||||
<div class="right">
|
||||
<div class="display-type">
|
||||
<div id="add_new_stream_title" class="stream-info-title">Add New Stream</div>
|
||||
<div id="stream_settings_title" class="stream-info-title">Stream Settings</div>
|
||||
<div id="stream_settings_title" class="stream-info-title">Stream settings</div>
|
||||
</div>
|
||||
<div class="nothing-selected">
|
||||
Nothing selected.
|
||||
|
@@ -35,7 +35,7 @@ You can also [create a new stream](create-a-stream) by clicking the plus
|
||||
* Upon selecting a stream in the [Subscriptions](/#subscriptions) page,
|
||||
{!stream-settings.md!}
|
||||
|
||||

|
||||

|
||||
|
||||
## Subscribing to streams
|
||||
|
||||
|
@@ -28,7 +28,7 @@ code for your stream's color, you should change the stream's colors through the
|
||||
2. Select the stream you want to change the color of in the
|
||||
[Subscriptions](/#subscriptions) page; {!stream-settings.md!}
|
||||
|
||||
2. Under the **Stream Settings** section, select the **Stream color** option.
|
||||
2. Under the **Stream settings** section, select the **Stream color** option.
|
||||
|
||||
3. In the tooltip that appears after selecting the **Stream color** option,
|
||||
select a color from the color palette.
|
||||
|
@@ -1,2 +1,2 @@
|
||||
the right side of the [Subscriptions](/#subscriptions) page, labeled **Stream Settings**, will now display
|
||||
the right side of the [Subscriptions](/#subscriptions) page, labeled **Stream settings**, will now display
|
||||
the selected stream's settings.
|
||||
|
@@ -26,7 +26,7 @@ If you want to pin multiple streams at once, you should pin streams through the
|
||||
|
||||
2. Select the stream you want to pin in the [Subscriptions](/#subscriptions) page; {!stream-settings.md!}
|
||||
|
||||
3. Select the **Pin stream to top of left sidebar** option in **Stream Settings**.
|
||||
3. Select the **Pin stream to top of left sidebar** option in **Stream settings**.
|
||||
|
||||
4. Once you close the [Subscriptions](/#subscriptions) page, the selected stream
|
||||
will be pinned the top of the **Streams** section, confirming the success of
|
||||
|
@@ -15,6 +15,6 @@ On Zulip, you can set different notification settings for different streams.
|
||||
4. You will be taken to the [Subscriptions](/#subscriptions) page;
|
||||
{!stream-settings.md!}
|
||||
|
||||
5. Under the **Stream Settings** section you can now toggle
|
||||
5. Under the **Stream settings** section you can now toggle
|
||||
**Receive audible notifications** and **Receive desktop notifications**
|
||||
for that stream.
|
||||
|
Reference in New Issue
Block a user